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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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