aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/cgit.css b/cgit.css
index 9c79c32..cda437e 100644
--- a/cgit.css
+++ b/cgit.css
@@ -95,14 +95,6 @@ td#header {
vertical-align: text-bottom;
}
-td#header a {
- color: #666;
-}
-
-td#header a:hoved {
- text-decoration: underline;
-}
-
td#logo {
text-align: right;
vertical-align: middle;
@@ -124,13 +116,11 @@ td#crumb {
td#crumb a {
color: #ccc;
background-color: #666;
- padding: 0em 0.5em 0em 0.5em;
}
td#crumb a:hover {
- color: #666;
- background-color: #ccc;
- text-decoration: none;
+ color: #eee;
+ background-color: #666;
}
td#search {