diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:11:32 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:11:32 +0200 |
commit | 44dafe06a23274f9176ec7c86f8bfcf744582405 (patch) | |
tree | 3c5f4c603f115d95ce6f61e65d94cd4481696c21 | |
parent | Cool (diff) | |
download | gitjoe-www-44dafe06a23274f9176ec7c86f8bfcf744582405.tar.gz gitjoe-www-44dafe06a23274f9176ec7c86f8bfcf744582405.tar.bz2 gitjoe-www-44dafe06a23274f9176ec7c86f8bfcf744582405.tar.xz gitjoe-www-44dafe06a23274f9176ec7c86f8bfcf744582405.tar.zst gitjoe-www-44dafe06a23274f9176ec7c86f8bfcf744582405.zip |
Now for others
-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 758f091..9e5c76b 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -114,11 +114,11 @@ a.h:hover { } a.d:hover { - color: #9d0006; + background-color: #ff7070; } a.i:hover { - color: #20871a; + background-color: #f0d78a; } div#content tr:hover { |