From be9f98490c258f64694226c746de1f0e35c00672 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sun, 18 Sep 2022 13:22:55 +0200 Subject: Better support for dark mode extensions --- src/styles/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/styles/style.css') 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; -- cgit v1.2.3-70-g09d2