Skip to content

Commit

Permalink
chore: set dark background color
Browse files Browse the repository at this point in the history
Should fix issue #2
  • Loading branch information
ArtemSBulgakov committed Nov 12, 2024
1 parent 0010c92 commit 7aec53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entrypoints/popup/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
:root {
color-scheme: dark;
background-color: #1e1e1e;
}

0 comments on commit 7aec53c

Please sign in to comment.