summaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.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;
}