aboutsummaryrefslogtreecommitdiff
path: root/src/styles/style.css
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-09-18 13:22:55 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-09-18 13:22:55 +0200
commitbe9f98490c258f64694226c746de1f0e35c00672 (patch)
tree14be468256eff4e65a450f4ac963336486a1ac02 /src/styles/style.css
parent28fbb2a85e15525292a3651f6f9d23d786de6f37 (diff)
Better support for dark mode extensions
Diffstat (limited to 'src/styles/style.css')
-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;