- commit
- 17bc65150136c6b010c2dee1946c19c1616eb32d
- parent
- 75fb096d96fe3f1dbb4b0df40e9ca7b21cc98274
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-05-02 08:49
CSS: tweak --hover-bg similar contrast to both black and white
Diffstat
| M | select.css | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/select.css b/select.css
@@ -3,7 +3,7 @@ 3 3 --text: FieldText; 4 4 --focus-bg: Highlight; 5 5 --focus-text: HighlightText;6 -1 --hover-bg: rgba(128,128,128,.3);-1 6 --hover-bg: rgba(118,118,118,.3); 7 7 --border: ThreeDShadow; 8 8 --selected-bg: Highlight; 9 9 --selected-text: HighlightText;