Skip to content

Commit

Permalink
fix(css): update selector for card background
Browse files Browse the repository at this point in the history
Thanks @Freeplayg.
  • Loading branch information
vednoc committed May 29, 2021
1 parent 5dd8170 commit d52ddd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/ui/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
background-color: var(--bg-2);
box-shadow: var(--sh-m);

@media (prefers-color-scheme: light) {
@at-root [data-color-scheme="light"] .card {
background-color: var(--bg-1);
}

Expand Down
Loading

0 comments on commit d52ddd4

Please sign in to comment.