[Glitch] Ensure all pages have a solid background color
Port f5d6f60ca70aeab12e26878bea24c8316c46b09f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
62dc7c1ee6
commit
f21f8df4cc
@ -1,5 +1,10 @@
|
|||||||
@use 'variables' as *;
|
@use 'variables' as *;
|
||||||
|
|
||||||
|
html {
|
||||||
|
color: var(--color-text-primary);
|
||||||
|
background: var(--color-bg-ambient);
|
||||||
|
}
|
||||||
|
|
||||||
html.has-modal {
|
html.has-modal {
|
||||||
&,
|
&,
|
||||||
body {
|
body {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user