diff --git a/doordesk/style/tailwind.css b/doordesk/style/tailwind.css index 460fb8b..8bfb758 100644 --- a/doordesk/style/tailwind.css +++ b/doordesk/style/tailwind.css @@ -43,6 +43,8 @@ article ol { @apply list-decimal; } + +/* Code blocks */ .hh4 { @apply text-orange-600; }