diff options
author | gennyble <gen@nyble.dev> | 2025-03-02 04:00:45 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-02 04:00:45 -0600 |
commit | a07c03f930c89b7c3389c86aeb25947cea8e1231 (patch) | |
tree | d6b8d3a441293ac8a92f0f3987a02d3b55e7b7f7 /served/words/writing.css | |
parent | 23aec015c81541ffc4509b1b81b509c060342ff1 (diff) | |
download | ∞-a07c03f930c89b7c3389c86aeb25947cea8e1231.tar.gz ∞-a07c03f930c89b7c3389c86aeb25947cea8e1231.zip |
statistic gifs
Diffstat (limited to 'served/words/writing.css')
-rwxr-xr-x | served/words/writing.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/served/words/writing.css b/served/words/writing.css index 4ad23e1..82cfa91 100755 --- a/served/words/writing.css +++ b/served/words/writing.css @@ -67,6 +67,10 @@ img { width: 100%; } +hr { + margin: 0; +} + .asterism { border: 0; width: 100%; @@ -80,6 +84,19 @@ img { color: var(--text); } +.asterism-dash { + border: 0; + width: 100%; + text-align: center; +} + +.asterism-dash::after { + content: "—"; + text-align: center; + line-height: 1rem; + color: var(--text); +} + #signoff { display: flex; width: 100%; |