diff --git a/website/static/styles/style.css b/website/static/styles/style.css index 938eac2901..56cc6998d5 100644 --- a/website/static/styles/style.css +++ b/website/static/styles/style.css @@ -64,7 +64,7 @@ footer { filter: hue-rotate(125deg) invert(1) contrast(1.5) saturate(5); } pre[class*=language-]:not(.permadark) { - background-color: #e9e9e9 !important; + background-color: #f1f1f1 !important; } }