From b9f6d98d49284497296a6f5fd624f85fb890ffc8 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Tue, 30 Apr 2024 11:14:39 +0300 Subject: [PATCH] always follow syntect theme --- static/post.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/post.css b/static/post.css index bbd239a..1518428 100644 --- a/static/post.css +++ b/static/post.css @@ -26,8 +26,8 @@ pre > code { padding: 1.25em 1.5em; display: block; - background-color: var(--base); - color: var(--text); + background-color: unset; + color: unset; } img {