summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 19:27:09 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 19:27:09 +0200
commit2ef1d6841b0f632c9cf80586b6f1d824e21f10c6 (patch)
tree270d3b843fe6df4ea5059b763f5aa39a7160ddb3
parentTry (diff)
downloadgitjoe-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.css2
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;