chore: smarter css
This commit is contained in:
parent
a5f8b4ca30
commit
fc690345cc
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user