From afcf578bb84c97d73546261462d796829ec33ae4 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 9 Jul 2019 08:37:20 +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 57c063e..5111891 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -132,8 +132,8 @@ body { code { border-radius: 3px; - background: #ffc7ba; - color: #ff735a; + background: #c1cfa7; + color: #656b56; } article section.page pre {