From 73b03cb969c28aafd0c4a8cdedea630c4c5c9085 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Tue, 5 May 2026 01:09:28 -0400 Subject: fix: dark text on dark mode --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.css') 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; } -- cgit v1.2.3