Skip to content

Commit

Permalink
Use background color for backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens committed Apr 5, 2024
1 parent 1513c0f commit 3bea3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dialog {
dialog::backdrop {
background-color: color-mix(
in lch,
var(--main-highlight-color) 10%,
var(--main-background-color) 10%,
transparent
);
}
Expand Down

0 comments on commit 3bea3b6

Please sign in to comment.