chore: smarter css

This commit is contained in:
eggy 2023-06-11 21:23:58 -04:00
parent a5f8b4ca30
commit fc690345cc

View File

@ -2,17 +2,16 @@
.prose article { .prose article {
@include headings { @include headings {
@apply hover:text-blue-700 dark:hover:text-blue-400;
& > a:hover, & > a:hover,
& > a:active { & > a:active {
text-decoration: underline; text-decoration: underline;
text-decoration-skip-ink: all; text-decoration-skip-ink: all;
@apply text-blue-700 dark:text-blue-400;
&::before { &::before {
content: "#"; content: "#";
position: absolute; position: absolute;
opacity: 0.5; opacity: 0.5;
left: -2rem; left: -2rem;
font-style: italic;
} }
} }
} }