summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-05 16:27:53 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-05 16:27:53 +0100
commit544e5319835f46faf9379f969a991e4771f85268 (patch)
tree6069d5ac9db98ba897b1aa39b157310db4b939ea
parent4e95b210a4eb7719e753a4df67b72d790a6ae803 (diff)
downloadcgit-assets-544e5319835f46faf9379f969a991e4771f85268.tar.gz
cgit-assets-544e5319835f46faf9379f969a991e4771f85268.tar.bz2
cgit-assets-544e5319835f46faf9379f969a991e4771f85268.tar.lz
cgit-assets-544e5319835f46faf9379f969a991e4771f85268.zip

chore: more css

-rw-r--r--cgit.css9
1 files changed, 7 insertions, 2 deletions
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;
}