aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/static/css/tailwind.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/static/css/tailwind.css')
-rw-r--r--themes/simple/static/css/tailwind.css8
1 files changed, 6 insertions, 2 deletions
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 {
27 @apply text-2xl font-bold mb-8 mt-8 leading-tight; 27 @apply text-2xl font-bold mb-8 mt-8 leading-tight;
28} 28}
29 29
30article.single h2.notes-heading { 30article.single.note h2 {
31 @apply text-2xl font-bold mb-4 mt-8 leading-tight; 31 @apply text-2xl font-bold mb-1 mt-8 leading-tight;
32} 32}
33 33
34article.single h3 { 34article.single h3 {
@@ -83,6 +83,10 @@ article.single code {
83 @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium; 83 @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium;
84} 84}
85 85
86article.single.note code {
87 @apply bg-gray-100 rounded px-2 py-1 text-xs font-medium;
88}
89
86article.single pre { 90article.single pre {
87 @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;
88} 92}