diff options
Diffstat (limited to 'styles/global.css')
-rw-r--r-- | styles/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/global.css b/styles/global.css index 91d2056..76c49fa 100644 --- a/styles/global.css +++ b/styles/global.css @@ -37,7 +37,7 @@ body { padding-left: 48px; } html { font-family: "Inter"; } /* background color */ -html { background-color: var(--page-background); } +html, body { background-color: var(--page-background); } /* link fix */ a { |