From c152c6b5a9a45be3b6a7c72fb4142662edd669a2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 06:41:01 +0200 Subject: Added tags --- themes/simple/static/css/tailwind.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'themes/simple/static/css') diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index 0753513..2b4b779 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css @@ -27,8 +27,8 @@ article.single h2 { @apply text-2xl font-bold mb-8 mt-8 leading-tight; } -article.single h2.notes-heading { - @apply text-2xl font-bold mb-4 mt-8 leading-tight; +article.single.note h2 { + @apply text-2xl font-bold mb-1 mt-8 leading-tight; } article.single h3 { @@ -83,6 +83,10 @@ article.single code { @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium; } +article.single.note code { + @apply bg-gray-100 rounded px-2 py-1 text-xs font-medium; +} + article.single pre { @apply !bg-gray-50 rounded text-xs p-4 mb-6 overflow-x-auto; } -- cgit v1.2.3