diff options
author | gennyble <gen@nyble.dev> | 2024-04-13 05:20:15 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-04-13 05:20:15 -0500 |
commit | de0949693c129db4e1f3559d84a99f857e353187 (patch) | |
tree | f6c9840adfe6134a2db03d078a691bc348c383b0 /served/words/writing.css | |
parent | 182392a5ff61a89014eec550735af8c21ff05b4c (diff) | |
download | ∞-de0949693c129db4e1f3559d84a99f857e353187.tar.gz ∞-de0949693c129db4e1f3559d84a99f857e353187.zip |
Weeknotes
Diffstat (limited to 'served/words/writing.css')
-rw-r--r-- | served/words/writing.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/served/words/writing.css b/served/words/writing.css index 6056768..fbc5050 100644 --- a/served/words/writing.css +++ b/served/words/writing.css @@ -1,4 +1,7 @@ -h2, h3, h4, h5 { +h2, +h3, +h4, +h5 { margin-top: 32px; } @@ -49,6 +52,19 @@ q { padding: 4px; } -q::before, q::after { +q::before, +q::after { content: none; } + +main a { + color: var(--text-link); +} + +main a:visited { + color: var(--text-link-visited); +} + +.writing { + line-height: 1.65; +} \ No newline at end of file |