summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css14
1 files changed, 4 insertions, 10 deletions
diff --git a/cgit.css b/cgit.css
index ea3c383..30cb8e6 100644
--- a/cgit.css
+++ b/cgit.css
@@ -146,2 +146,6 @@ table.list td a {
+table.list td a:hover {
+ color: #00f;
+}
+
img {
@@ -392,8 +396,2 @@ a.button {
font-size: 80%;
- color: #33c;
-/*
- background-color: #eee;
- border: solid 1px #aaa;
- margin: 0.1em 0.25em;
-*/
padding: 0em 0.5em;
@@ -401,6 +399,2 @@ a.button {
-a.button:hover {
- text-decoration: underline;
-}
-
a.primary {