summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2026-03-21 17:12:25 +0200
committerSyndamia <kamen@syndamia.com>2026-03-21 17:12:25 +0200
commit7bc09a56f1febffd7ea3945d6a98dc1d0feb5581 (patch)
tree6143ce1ed82fedc543bbb0bc60d7e3dc89d3b3b6
parent505314c50fafa76f2c465d3d012e81cc41c80f52 (diff)
downloadcgit_theme-7bc09a56f1febffd7ea3945d6a98dc1d0feb5581.tar
cgit_theme-7bc09a56f1febffd7ea3945d6a98dc1d0feb5581.tar.gz
cgit_theme-7bc09a56f1febffd7ea3945d6a98dc1d0feb5581.zip
fix(cgit.css): Update form background color
-rw-r--r--cgit.css1
1 files changed, 1 insertions, 0 deletions
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,