From 0deba11b8b31f5cfc6898d485dc8e3a1a111729d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 24 Feb 2024 16:15:51 +0100 Subject: Minor style fixes --- src/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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: '‘'; } -- cgit v1.2.3