fix css for jump links

This commit is contained in:
Adam 2024-01-19 18:25:01 -05:00
parent 19a4c8e175
commit f489f70825

View file

@ -19,18 +19,19 @@ article p {
} }
article h3 { article h3 {
@apply mt-8; @apply mt-8 text-2xl text-orange-600;
}
article h3 {
@apply text-2xl text-orange-600;
} }
article a { article a {
@apply text-orange-300 hover:underline; @apply text-orange-300 hover:underline;
} }
article ul, article ol { article h3 > a {
@apply text-orange-600;
}
article ul,
article ol {
@apply mt-5 list-inside; @apply mt-5 list-inside;
} }