From 7645d77b1435a7db26dff771edcae3d5f30dbb4e Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 9 Jul 2019 08:20:16 +0000 Subject: [PATCH] Update custom.css --- static/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index ecc039e..1071f3e 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -126,8 +126,8 @@ body { code { border-radius: 3px; - background: #afd787; - color: #52633e; + background: #303030; + color: #c6c6c6; } article section.page pre {