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 {
@include headings {
@apply hover:text-blue-700 dark:hover:text-blue-400;
& > a:hover,
& > a:active {
text-decoration: underline;
text-decoration-skip-ink: all;
@apply text-blue-700 dark:text-blue-400;
&::before {
content: "#";
position: absolute;
opacity: 0.5;
left: -2rem;
font-style: italic;
}
}
}