From 544e5319835f46faf9379f969a991e4771f85268 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 16:27:53 +0100 Subject: chore: more css --- cgit.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 5a17af1..e180d62 100644 --- a/cgit.css +++ b/cgit.css @@ -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; } -- cgit v1.2.3