mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Ensure all pages have a solid background color (#37081)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user