[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:
diondiondion 2025-12-01 15:16:27 +01:00 committed by Claire
parent 62dc7c1ee6
commit f21f8df4cc

View File

@ -1,5 +1,10 @@
@use 'variables' as *;
html {
color: var(--color-text-primary);
background: var(--color-bg-ambient);
}
html.has-modal {
&,
body {