summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (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
@@ -141,12 +141,16 @@ table.list td {
}
table.list td a {
color: black;
}
+table.list td a:hover {
+ color: #00f;
+}
+
img {
border: none;
}
input#switch-btn {
margin: 2px 0px 0px 0px;
@@ -387,25 +391,15 @@ table.list td.repogroup {
font-style: italic;
color: #888;
}
a.button {
font-size: 80%;
- color: #33c;
-/*
- background-color: #eee;
- border: solid 1px #aaa;
- margin: 0.1em 0.25em;
-*/
padding: 0em 0.5em;
}
-a.button:hover {
- text-decoration: underline;
-}
-
a.primary {
font-size: 100%;
}
a.secondary {
font-size: 90%;