From 7bc09a56f1febffd7ea3945d6a98dc1d0feb5581 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 21 Mar 2026 17:12:25 +0200 Subject: fix(cgit.css): Update form background color --- cgit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/cgit.css b/cgit.css index 8fa53c9..51209e6 100644 --- a/cgit.css +++ b/cgit.css @@ -92,6 +92,7 @@ div#cgit table#header td.form { padding-right: 1em; padding-bottom: 2px; white-space: nowrap; + background-color: /*--gray-2*/#262626; } div#cgit table#header td.form form, -- cgit v1.2.3