diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:27:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:27:09 +0200 |
commit | 2ef1d6841b0f632c9cf80586b6f1d824e21f10c6 (patch) | |
tree | 270d3b843fe6df4ea5059b763f5aa39a7160ddb3 | |
parent | Try (diff) | |
download | gitjoe-www-2ef1d6841b0f632c9cf80586b6f1d824e21f10c6.tar.gz gitjoe-www-2ef1d6841b0f632c9cf80586b6f1d824e21f10c6.tar.bz2 gitjoe-www-2ef1d6841b0f632c9cf80586b6f1d824e21f10c6.tar.xz gitjoe-www-2ef1d6841b0f632c9cf80586b6f1d824e21f10c6.tar.zst gitjoe-www-2ef1d6841b0f632c9cf80586b6f1d824e21f10c6.zip |
New color for pre backgrounds
-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 b6683d4..4f5d7c2 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: #ebdbb2; + background-color: #f3f7fa; border-radius: 4px; display: block; margin: 0; |