diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:28:42 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:28:42 +0200 |
commit | 6cedc993eab2b6d3481ff5a24f5b565babe5b398 (patch) | |
tree | 15dc75dbd624705f2b7eb6edda980e485b2bed77 | |
parent | Re color (diff) | |
download | gitjoe-www-6cedc993eab2b6d3481ff5a24f5b565babe5b398.tar.gz gitjoe-www-6cedc993eab2b6d3481ff5a24f5b565babe5b398.tar.bz2 gitjoe-www-6cedc993eab2b6d3481ff5a24f5b565babe5b398.tar.xz gitjoe-www-6cedc993eab2b6d3481ff5a24f5b565babe5b398.tar.zst gitjoe-www-6cedc993eab2b6d3481ff5a24f5b565babe5b398.zip |
Try again
-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 e444969..5e97b9c 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: #d3d7da; + background-color: #f3f7da; border-radius: 4px; display: block; margin: 0; |