Skip to content

Commit

Permalink
Use more natural background color for option elements
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 14, 2024
1 parent 2ca0153 commit 9aefa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/resources/ui-color.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ select:focus {
0 0 0 4px var(--in-content-border-active-shadow);
}
option {
background: var(--bg-color);
background: var(--in-content-button-background-mixed);
color: var(--text-color);
}
option:active,
Expand Down

0 comments on commit 9aefa5f

Please sign in to comment.