diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:29:24 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:29:24 +0200 |
commit | 548ed1f5b0ad6c4cf68b435a1699b1d00e16b02d (patch) | |
tree | 64d0e77b3bc4c5332fd351a79960135fabf1f524 | |
parent | Try again (diff) | |
download | gitjoe-www-548ed1f5b0ad6c4cf68b435a1699b1d00e16b02d.tar.gz gitjoe-www-548ed1f5b0ad6c4cf68b435a1699b1d00e16b02d.tar.bz2 gitjoe-www-548ed1f5b0ad6c4cf68b435a1699b1d00e16b02d.tar.xz gitjoe-www-548ed1f5b0ad6c4cf68b435a1699b1d00e16b02d.tar.zst gitjoe-www-548ed1f5b0ad6c4cf68b435a1699b1d00e16b02d.zip |
This one should do it
-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 5e97b9c..86c9f51 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: #f3f7da; + background-color: #d7dadf; border-radius: 4px; display: block; margin: 0; |