diff options
| author | aura <nw@moneybot.cc> | 2026-02-25 09:10:27 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-25 09:10:27 +0100 |
| commit | d09fc0705f4932b92e998c99baec861436f2bc7a (patch) | |
| tree | b03aa8fecf61b3bc6b5188050d20875222b3708d /web/git.css | |
| parent | 6d554927ec34072599161b7e8eb3cce40eda5c17 (diff) | |
better activity colors
Diffstat (limited to 'web/git.css')
| -rw-r--r-- | web/git.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/web/git.css b/web/git.css index a8b3435..dcd7b22 100644 --- a/web/git.css +++ b/web/git.css @@ -103,6 +103,14 @@ a:hover { background-color: #7f7f7f; } + +@media (max-width: 1280px) { + .activity-table td { + border: none; + } +} + + .activity-title { margin-left: 5px; margin-bottom: 1px; @@ -119,9 +127,11 @@ a:hover { } .activity-table td:hover { - border-left: 3px solid #888; - border-right: 3px solid #888; + border-left: 2px solid #888 !important; + border-right: 2px solid #888 !important; + min-width: 4px; } + td .popup { display: none; position: absolute; @@ -156,7 +166,7 @@ hr { div#cgit { padding: 0em; margin: 0em; - font-size: 13px; + font-size: 13.5px; color: #fff; background: #888; padding: 4px; @@ -1032,7 +1042,7 @@ div#cgit table.ssdiff td.hunk { div#cgit table.ssdiff td.head { border-top: solid 1px #aaa; border-bottom: solid 1px #aaa; - font-size: 13px; + font-size: 13.5px; font-weight: normal; } |
