From 5ae871c357f661fe95c788c1dc18f7087add9a04 Mon Sep 17 00:00:00 2001 From: lottotto Date: Fri, 25 Mar 2022 23:46:14 +0900 Subject: [PATCH] fix --- assets/css/common/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index c7b8268..30ec594 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -169,7 +169,7 @@ .post-content .highlight pre { margin: 0; - background-color: var(--theme); + background-color: var(--theme) !important; } .post-content .highlighttable {