From dd43f022b9ec4254bf191340fa2ea022ea354df7 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 9 Jul 2019 08:41: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 18cf6bf..2f25038 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -132,8 +132,8 @@ body { code { border-radius: 3px; - background: #ceffae; - color: #656b56; + background: #ffc59e; + color: #303030; } article section.page pre {