summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (show 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,4 +1,5 @@
body {
- font-family: arial;
+ font-family: arial, sans-serif;
font-size: 11pt;
+ color: black;
background: white;
@@ -116,2 +117,3 @@ td#crumb a {
color: #ccc;
+ background-color: #666;
}
@@ -120,2 +122,3 @@ td#crumb a:hover {
color: #eee;
+ background-color: #666;
}
@@ -124,3 +127,3 @@ td#search {
text-align: right;
- vertical-align: center;
+ vertical-align: middle;
padding-right: 0.5em;
@@ -289,3 +292,3 @@ table.diffstat td.graph {
width: 75%;
- vertical-align: center;
+ vertical-align: middle;
}
@@ -310,6 +313,2 @@ table.diffstat td.graph td.rem {
-table.diffstat td.graph td.none {
- background-color: none;
-}
-
div.diffstat-summary {
@@ -342,3 +341,3 @@ table.diff td div.del {
.sha1 {
- font-family: courier;
+ font-family: monospace;
font-size: 90%;