- commit
- d2c8b4fa3103a5dc623eb16fe73daccbe7916bbb
- parent
- ec40e748c02c309f14dfb9455251f043e21fe5eb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-06-20 16:02
use system font in chrome
Diffstat
| M | select.css | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/select.css b/select.css
@@ -27,6 +27,7 @@ 27 27 color: var(--text); 28 28 font-family: sans-serif; 29 29 font-size: small; -1 30 font: -webkit-small-control; 30 31 font: -moz-field; 31 32 border: 1px solid var(--bg); 32 33 outline: 1px solid var(--border);