Skip to content

Commit

Permalink
Make select elements have a dark background (#746)
Browse files Browse the repository at this point in the history
Co-authored-by: Anarios <selivano.d@gmail.com>
  • Loading branch information
rakleed and Anarios authored Jun 16, 2024
1 parent 7ddc193 commit d2f334b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Extensions/combined/popup.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* Variables */
:root {
color-scheme: dark;

--primary: #cc2929;
--primary: #f39090;
--secondary: #502e2e;
--tertiary: #221818;
Expand Down

0 comments on commit d2f334b

Please sign in to comment.