summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/gitjoe.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css
index 3bd8b4c..0eb78d6 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -97,6 +97,18 @@ a:active {
color: #b8bb26;
}
+a.h {
+ color: #d3869b;
+}
+
+a.d {
+ color: #fb4934;
+}
+
+a.i {
+ color: #b8bb26;
+}
+
div#content tr:hover {
background-color: #d1e2f4;
}