aboutsummaryrefslogtreecommitdiff
path: root/themes/simple
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple')
-rw-r--r--themes/simple/static/css/tailwind.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css
index 2b4b779..cbcd724 100644
--- a/themes/simple/static/css/tailwind.css
+++ b/themes/simple/static/css/tailwind.css
@@ -91,7 +91,8 @@ article.single pre {
91 @apply !bg-gray-50 rounded text-xs p-4 mb-6 overflow-x-auto; 91 @apply !bg-gray-50 rounded text-xs p-4 mb-6 overflow-x-auto;
92} 92}
93 93
94article.single pre code { 94article.single pre code,
95article.single.note pre code {
95 background: unset; 96 background: unset;
96 padding: unset; 97 padding: unset;
97 @apply leading-relaxed; 98 @apply leading-relaxed;