From d8169484077c4ce25e195747602f06bce9d4ded0 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 21 Mar 2021 11:30:04 +0100 Subject: changedRelation api event --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles') 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 { -- cgit v1.2.3