From 08653ef1bec9cb403222bbbec32b71e85f0a7a75 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 9 Jul 2019 08:35:34 +0000 Subject: [PATCH] Update custom.css --- static/css/custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index b29f1c2..57c063e 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -124,12 +124,18 @@ body { background-color: #262626; } -code { +.highlight code { border-radius: 3px; background: #303030; color: #c6c6c6; } +code { + border-radius: 3px; + background: #ffc7ba; + color: #ff735a; +} + article section.page pre { background: #303030; color: #c6c6c6;