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