refactor: 🩹 use explicit nesting operator

This commit is contained in:
Sebin Nyshkim 2025-06-04 16:40:17 +02:00
parent b6c48c8e0e
commit ff3c0fb23a

View file

@ -77,12 +77,12 @@ summary {
} }
dl { dl {
dt { & dt {
@apply font-normal! text-sky-600! dark:text-sky-300!; @apply font-normal! text-sky-600! dark:text-sky-300!;
font-family: var(--font-heading); font-family: var(--font-heading);
} }
code { & code {
@apply text-sky-800! dark:text-sky-500!; @apply text-sky-800! dark:text-sky-500!;
} }
} }