aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremias Stotter <jeremias@stotter.eu>2022-04-10 20:12:29 +0200
committerJeremias Stotter <jeremias@stotter.eu>2022-04-10 20:12:29 +0200
commit4be420561e693d165011858a356045b1f67a6ae1 (patch)
tree10e65da73dfa6ab0ff950a0679f49147146e042b
parent211acf4547fffc78e6a7f34db8cef08fba35ece9 (diff)
downloadcgit-dark-4be420561e693d165011858a356045b1f67a6ae1.tar.gz
cgit-dark-4be420561e693d165011858a356045b1f67a6ae1.tar.bz2
cgit-dark-4be420561e693d165011858a356045b1f67a6ae1.zip
Updated link color
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 5bd052c..44b661b 100644
--- a/cgit.css
+++ b/cgit.css
@@ -85,12 +85,12 @@ div#cgit {
padding: 4px;
}
-div#cgit a {
+a {
color: #aaf;
text-decoration: none;
}
-div#cgit a:hover {
+a:hover {
text-decoration: underline;
}
Jeremias Stotters git repositories generated by CGIT