diff options
chore: more css
-rw-r--r-- | cgit.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -101,12 +101,17 @@ div#cgit tr > td:last-child > a.button:last-child { padding-right: 12px; } -div#cgit a { +div#cgit a:link { color: #98abfe; text-decoration: none; } +div#cgit a:visited { + color: #889bee; + text-decoration: none; +} -div#cgit a:hover { +div#cgit a:link:hover, +div#cgit a:visited:hover { text-decoration: underline; } |