Highlight linked paragraphs

This commit is contained in:
Danila Fedorin 2024-05-21 19:04:34 -07:00
parent 00431109ac
commit b9a91e76ce

View File

@ -38,6 +38,13 @@ h1, h2, h3, h4, h5, h6 {
} }
} }
p {
&:target {
@include var(background-color, target-background-color);
border-radius: 0.25rem;
}
}
.container { .container {
position: relative; position: relative;
margin: auto; margin: auto;