summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-24 16:15:51 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-24 16:15:51 +0100
commit0deba11b8b31f5cfc6898d485dc8e3a1a111729d (patch)
tree2e76b0132b720bbd31189d4b3357d6b01582229a
parente3e18ed46aefc808d276131a800f95fe9bd556b5 (diff)
Minor style fixes
-rw-r--r--src/style.css5
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: '‘'; }