Skip to content

Commit

Permalink
chore: tune disabled item bg color
Browse files Browse the repository at this point in the history
close #18
  • Loading branch information
Aqours committed Nov 22, 2023
1 parent e085bf4 commit da31bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sheets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:root {
--act-color: #fff;
--act-bg-color: #353535;
--act-disabled-bg-color: #000;
--act-disabled-bg-color: #222;
--act-shadow-color-1: #333;
--act-shadow-color-2: #fff;
--act-img-filter-contrast: 0.6;
Expand Down

0 comments on commit da31bac

Please sign in to comment.