diff options
-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: '‘'; } |