summaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorkj_sh6042026-05-05 01:09:28 -0400
committerkj_sh6042026-05-05 01:09:28 -0400
commit73b03cb969c28aafd0c4a8cdedea630c4c5c9085 (patch)
tree9bf144d142a045274cc159b59be42637b67d8177 /cgit.css
parentaff31c1f962799b1c11de5403fd87b7e407bf419 (diff)
fix: dark text on dark mode
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 96712f6..7101b0c 100644
--- a/cgit.css
+++ b/cgit.css
@@ -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;
}