diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:34:11 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:34:11 +0200 |
commit | 8cc8cadc24275e4161637a74af8e6ba78b080212 (patch) | |
tree | 5256ca94f62be66cc0d8dc4783bca27fe490087c | |
parent | CSS fix (diff) | |
download | gitjoe-www-8cc8cadc24275e4161637a74af8e6ba78b080212.tar.gz gitjoe-www-8cc8cadc24275e4161637a74af8e6ba78b080212.tar.bz2 gitjoe-www-8cc8cadc24275e4161637a74af8e6ba78b080212.tar.xz gitjoe-www-8cc8cadc24275e4161637a74af8e6ba78b080212.tar.zst gitjoe-www-8cc8cadc24275e4161637a74af8e6ba78b080212.zip |
CSS fix
-rw-r--r-- | css/gitjoe.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 29aa3c2..6c2d624 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -67,7 +67,7 @@ a:active { text-decoration: none; } -div#content td :hover { +div#content tr:hover { background-color: #d1e2f4; } |