aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2015-12-07 23:54:31 +0100
committerHiltjo Posthuma <[email protected]>2015-12-07 23:54:31 +0100
commit52520a4289cb5a74381d4dbaf22deff01d00c67c (patch)
tree8fc81bbfc4d3a39ebd7cc518c49a5f1dccbf0ed2 /style.css
parentf69f33eb3cc9978e7b10b7fad73b6d1bc63623c6 (diff)
downloadstagit-52520a4289cb5a74381d4dbaf22deff01d00c67c.tar.gz
stagit-52520a4289cb5a74381d4dbaf22deff01d00c67c.zip
prettification
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index bbd67b5..970ac99 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,5 @@
body {
- font-family: sans-serif;
+ font-family: monospace, sans-serif;
color: #333;
background-color: #fff;
}
@@ -20,8 +20,8 @@ table td {
padding: 0 3px;
}
-table tr:hover td {
- background-color: #ddd;
+#content table tr:hover td {
+ background-color: #eee;
}
h1, h2, h3, h4, h5, h6 {