aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
index e0bac34..c65adc5 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -20,9 +20,12 @@
--theme-toggle: #f9e2af;
}
-body {
+html {
background-color: var(--bg);
color: var(--fg);
+}
+
+body {
font: 1em/1.8 'Open Sans', sans-serif;
margin: 0 auto;
max-width: 50em;