diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-24 16:15:51 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-24 16:15:51 +0100 |
commit | 0deba11b8b31f5cfc6898d485dc8e3a1a111729d (patch) | |
tree | 2e76b0132b720bbd31189d4b3357d6b01582229a /src | |
parent | e3e18ed46aefc808d276131a800f95fe9bd556b5 (diff) |
Minor style fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 8e37c5f..da6f80f 100644 --- a/src/style.css +++ b/src/style.css @@ -18,12 +18,17 @@ --fg: white; --bg: black; } + + a { + color: #AAF; + } } body { text-align: justify; width: min(800px, 90%); margin-inline: auto; + font-size: 16px; } blockquote > p:first-child::before { content: '‘'; } |