summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/cgit.css b/cgit.css
index 8977533..8bd6bf4 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,7 +1,8 @@
body {
- font-family: arial;
+ font-family: arial, sans-serif;
font-size: 11pt;
+ color: black;
background: white;
}
body, table {
@@ -113,17 +114,19 @@ td#crumb {
}
td#crumb a {
color: #ccc;
+ background-color: #666;
}
td#crumb a:hover {
color: #eee;
+ background-color: #666;
}
td#search {
text-align: right;
- vertical-align: center;
+ vertical-align: middle;
padding-right: 0.5em;
}
td#search form {
@@ -286,9 +289,9 @@ table.diffstat td.upd a {
}
table.diffstat td.graph {
width: 75%;
- vertical-align: center;
+ vertical-align: middle;
}
table.diffstat td.graph table {
border: none;
@@ -307,12 +310,8 @@ table.diffstat td.graph td.add {
table.diffstat td.graph td.rem {
background-color: #c55;
}
-table.diffstat td.graph td.none {
- background-color: none;
-}
-
div.diffstat-summary {
color: #888;
padding-top: 0.5em;
}
@@ -339,9 +338,9 @@ table.diff td div.del {
color: red;
}
.sha1 {
- font-family: courier;
+ font-family: monospace;
font-size: 90%;
}
.left {