From b319657014fda7991a0b406d922956b5627513db Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 9 Jul 2019 08:17:37 +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 1071f3e..ecc039e 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -126,8 +126,8 @@ body { code { border-radius: 3px; - background: #303030; - color: #c6c6c6; + background: #afd787; + color: #52633e; } article section.page pre {