From 8c057df9545227bc83285ddf2403ee62b4a8d6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Fri, 19 Mar 2021 17:39:17 +0100 Subject: [PATCH] fix color scheme --- templates/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/main.css b/templates/main.css index fe6323a..0f369e0 100644 --- a/templates/main.css +++ b/templates/main.css @@ -24,7 +24,7 @@ blockquote { } pre, code { - background: rgb(248, 248, 252); + background: #F8F8FC; } code { @@ -162,4 +162,9 @@ main footer { nav h1 a { color: white; } + + code { + background: black; + color: #F8F8FC; + } } \ No newline at end of file