Skip to content

Commit

Permalink
Change light mode to apply CSS variables to the body (#30839)
Browse files Browse the repository at this point in the history
  • Loading branch information
renchap authored Jun 25, 2024
1 parent a40831b commit 8c0ff64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/mastodon-light/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 8c0ff64

Please sign in to comment.