summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:55:48 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:55:48 +0200
commitf539c270088cdb222d8eef2b46f18e0a64df44f9 (patch)
treea2cae5c75a10b542e1de9bff11dffd5eb9c282f2
parentshould be nice (diff)
downloadgitjoe-www-f539c270088cdb222d8eef2b46f18e0a64df44f9.tar.gz
gitjoe-www-f539c270088cdb222d8eef2b46f18e0a64df44f9.tar.bz2
gitjoe-www-f539c270088cdb222d8eef2b46f18e0a64df44f9.tar.xz
gitjoe-www-f539c270088cdb222d8eef2b46f18e0a64df44f9.tar.zst
gitjoe-www-f539c270088cdb222d8eef2b46f18e0a64df44f9.zip
Trying other 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 0eb78d6..79de81b 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -86,27 +86,27 @@ a:active {
}
.h {
- color: #d3869b;
+ color: #b16286;
}
.d {
- color: #fb4934;
+ color: #cc241d;
}
.i {
- color: #b8bb26;
+ color: #98871a;
}
a.h {
- color: #d3869b;
+ color: #b16286;
}
a.d {
- color: #fb4934;
+ color: #cc241d;
}
a.i {
- color: #b8bb26;
+ color: #98871a;
}
div#content tr:hover {