diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-21 11:30:04 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-21 11:30:04 +0100 |
commit | d8169484077c4ce25e195747602f06bce9d4ded0 (patch) | |
tree | 3c523fefec52e7ed801532d08bcebdd2511258c3 /styles | |
parent | eed11fd96cf1458a7a91659cdf5efafbadda1b2b (diff) |
changedRelation api event
Diffstat (limited to 'styles')
-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 { |