diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:30:36 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:30:36 +0200 |
commit | de099c7a505cc8ffa4bfd4ef7bc5e9a991fc0bfd (patch) | |
tree | a40148dd5b6be095959866e44d4eb2841b620125 /css | |
parent | This one should do it (diff) | |
download | gitjoe-www-de099c7a505cc8ffa4bfd4ef7bc5e9a991fc0bfd.tar.gz gitjoe-www-de099c7a505cc8ffa4bfd4ef7bc5e9a991fc0bfd.tar.bz2 gitjoe-www-de099c7a505cc8ffa4bfd4ef7bc5e9a991fc0bfd.tar.xz gitjoe-www-de099c7a505cc8ffa4bfd4ef7bc5e9a991fc0bfd.tar.zst gitjoe-www-de099c7a505cc8ffa4bfd4ef7bc5e9a991fc0bfd.zip |
Ok good
Diffstat (limited to 'css')
-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 86c9f51..1e7c2b7 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -132,7 +132,7 @@ a.line:hover { pre { font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: smaller; - background-color: #d7dadf; + background-color: #dfdfdf; border-radius: 4px; display: block; margin: 0; |