diff --git a/docs/app/styles/documentation.css b/docs/app/styles/documentation.css index c23810b9..98151b41 100644 --- a/docs/app/styles/documentation.css +++ b/docs/app/styles/documentation.css @@ -19,6 +19,12 @@ & :is(:where(h3):has(code)) > code { @apply text-xl font-semibold !important; } + + & :has(h3) { + & :is(h2:not(:has(+ h3))) { + @apply flex whitespace-pre-wrap text-2xl font-bold mb-4 text-[#10172A] dark:text-[#e2e8f0] !important; + } + } } #article-main:not(:has(h3)) {