diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-07-05 22:37:01 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-07-05 22:37:01 +0530 |
| commit | 4d5182ad994c3bee390f3c21af4c43fc24428eef (patch) | |
| tree | db4f6a71520c4b948c6a48a6d27d4a4dbe1afbaf /cgit/static | |
| parent | c20d74cb5793d5821eadb2f96ac2e8e336e9a94a (diff) | |
| download | bacchus-remote-4d5182ad994c3bee390f3c21af4c43fc24428eef.tar.gz bacchus-remote-4d5182ad994c3bee390f3c21af4c43fc24428eef.zip | |
Add category command and styles
Diffstat (limited to '')
| -rw-r--r-- | cgit/static/cgit.css | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/cgit/static/cgit.css b/cgit/static/cgit.css index 4ee370d..2fa54e2 100644 --- a/cgit/static/cgit.css +++ b/cgit/static/cgit.css @@ -173,9 +173,11 @@ div#cgit table.list tr.logheader { } div#cgit table.list tr:nth-child(even) { - background: #161616; + background: #181818; +} +div#cgit table.list tr:nth-child(odd) { + background: #121212; } -div#cgit table.list tr:nth-child(odd) { } div#cgit table.list tr:hover { background: #333; @@ -189,12 +191,8 @@ div#cgit table.list tr.nohover:hover { background: #222; } -div#cgit table.list tr.nohover-highlight:hover:nth-child(even) { - background: #f7f7f7; -} - -div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) { - background: black; +div#cgit table.list tr.nohover-highlight { + background: #000; } div#cgit table.list th { @@ -618,7 +616,8 @@ div#cgit .right { div#cgit table.list td.reposection { font-style: italic; - color: #888; + color: var(--color-accent-2); + font-weight: bold; } div#cgit a.button { |
