diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:12:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:12:50 +0200 |
commit | 9b2a79460a19af8ff0718f74ea5ce4f29736cacd (patch) | |
tree | d5942684779b8f3fca2702db4f856600777fcf34 | |
parent | Now for others (diff) | |
download | gitjoe-www-9b2a79460a19af8ff0718f74ea5ce4f29736cacd.tar.gz gitjoe-www-9b2a79460a19af8ff0718f74ea5ce4f29736cacd.tar.bz2 gitjoe-www-9b2a79460a19af8ff0718f74ea5ce4f29736cacd.tar.xz gitjoe-www-9b2a79460a19af8ff0718f74ea5ce4f29736cacd.tar.zst gitjoe-www-9b2a79460a19af8ff0718f74ea5ce4f29736cacd.zip |
Working?
-rw-r--r-- | css/gitjoe.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 9e5c76b..2a90fe8 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -114,11 +114,11 @@ a.h:hover { } a.d:hover { - background-color: #ff7070; + background-color: #ff9f9f; } a.i:hover { - background-color: #f0d78a; + background-color: #fff77f; } div#content tr:hover { |