Ensure all pages have a solid background color (#37081)

This commit is contained in:
diondiondion
2025-12-01 15:16:27 +01:00
committed by GitHub
parent e5651e7e04
commit f5d6f60ca7

View File

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