Change light mode to apply CSS variables to the body (#30839)
parent
a40831b363
commit
8c0ff6498e
|
@ -56,11 +56,11 @@ $account-background-color: $white !default;
|
|||
|
||||
$emojis-requiring-inversion: 'chains';
|
||||
|
||||
.theme-mastodon-light {
|
||||
body {
|
||||
--dropdown-border-color: #d9e1e8;
|
||||
--dropdown-background-color: #fff;
|
||||
--background-border-color: #d9e1e8;
|
||||
--background-color: #fff;
|
||||
--background-color-tint: rgba(255, 255, 255, 90%);
|
||||
--background-color-tint: rgba(255, 255, 255, 80%);
|
||||
--background-filter: blur(10px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue