Skip to content

Commit

Permalink
Add dark scrollbars on dark mode (#4937)
Browse files Browse the repository at this point in the history
  • Loading branch information
falbru authored Sep 18, 2024
1 parent 377395b commit 9fd0b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
@custom-media --tall-viewport (min-height: 900px);

:root {
color-scheme: light;

--lego-background-color: #f8f9fa;
--lego-card-color: #fff;

Expand Down Expand Up @@ -164,6 +166,8 @@
}

[data-theme='dark'] {
color-scheme: dark;

--lego-background-color: #0d0d0d;
--lego-card-color: #222;

Expand Down

0 comments on commit 9fd0b0b

Please sign in to comment.