aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2016-01-05 21:41:49 +0100
committerHiltjo Posthuma <[email protected]>2016-01-05 21:41:49 +0100
commit99a8b8a2963a1dec98dd28f86dccc83d41130c60 (patch)
tree314f796efdf5c4b2b0e3364c04118e3d092fe749 /style.css
parentf17def25bed839664b3242b5f31792d3aa1f53c6 (diff)
downloadstagit-99a8b8a2963a1dec98dd28f86dccc83d41130c60.tar.gz
stagit-99a8b8a2963a1dec98dd28f86dccc83d41130c60.zip
style: darkblue for hunk like cgit, hunk line is now a link
Diffstat (limited to '')
-rw-r--r--style.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/style.css b/style.css
index 17d92e8..dd3adac 100644
--- a/style.css
+++ b/style.css
@@ -38,7 +38,11 @@ table td {
padding: 0 0.4em;
}
-#index tr:hover td, #log tr:hover td, #files tr:hover td {
+#branches tr:hover td,
+#tags tr:hover td,
+#index tr:hover td,
+#log tr:hover td,
+#files tr:hover td {
background-color: #eee;
}
@@ -59,8 +63,8 @@ pre {
font-family: monospace;
}
-pre .h {
- color: darkcyan;
+pre a.h {
+ color: darkblue;
}
pre a.i {
@@ -71,6 +75,8 @@ pre a.d {
color: red;
}
-pre a.i:hover, pre a.d:hover {
+pre a.h:hover,
+pre a.i:hover,
+pre a.d:hover {
text-decoration: none;
}