Skip to content

Commit

Permalink
Set --tray-background in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Dec 18, 2024
1 parent efacc6f commit fb97593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@


body[data-theme="dark"] {
--tray-background: var(--tray-background-base);
--tray-background-base: #1f1f1f;
--tray-background-transparent: rgba(41, 41, 41, 0.95);
--tray-background-blur: rgba(41, 41, 41, 0);
Expand Down

0 comments on commit fb97593

Please sign in to comment.