diff options
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%; |