diff options
| author | kj_sh604 | 2026-05-05 01:09:28 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-05 01:09:28 -0400 |
| commit | 73b03cb969c28aafd0c4a8cdedea630c4c5c9085 (patch) | |
| tree | 9bf144d142a045274cc159b59be42637b67d8177 /cgit.css | |
| parent | aff31c1f962799b1c11de5403fd87b7e407bf419 (diff) | |
fix: dark text on dark mode
Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ div#cgit table.tabs td.form select { div#cgit div.path { margin: 0px; padding: 5px 2em 2px 2em; - color: #000; + color: inherit; background-color: #eee; } |
