summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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: '‘'; }