summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:57:38 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:57:38 +0200
commit5360cdb4093fcdc5b111e64c4f5bc0a4ace0fd91 (patch)
treec99ff07bcc6e7512d422080fc221aa8af6d81fa2
parentTrying other colors (diff)
downloadgitjoe-www-5360cdb4093fcdc5b111e64c4f5bc0a4ace0fd91.tar.gz
gitjoe-www-5360cdb4093fcdc5b111e64c4f5bc0a4ace0fd91.tar.bz2
gitjoe-www-5360cdb4093fcdc5b111e64c4f5bc0a4ace0fd91.tar.xz
gitjoe-www-5360cdb4093fcdc5b111e64c4f5bc0a4ace0fd91.tar.zst
gitjoe-www-5360cdb4093fcdc5b111e64c4f5bc0a4ace0fd91.zip
Cleaner colors?
-rw-r--r--css/gitjoe.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css
index 79de81b..ce1a87a 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -86,27 +86,27 @@ a:active {
}
.h {
- color: #b16286;
+ color: #916286;
}
.d {
- color: #cc241d;
+ color: #ac241d;
}
.i {
- color: #98871a;
+ color: #58871a;
}
a.h {
- color: #b16286;
+ color: #916286;
}
a.d {
- color: #cc241d;
+ color: #ac241d;
}
a.i {
- color: #98871a;
+ color: #58871a;
}
div#content tr:hover {