v2: Highlight hakken date when permalinked

This commit is contained in:
Benjamin Yule Bädorf 2024-04-12 21:09:28 +02:00
parent 4e80a7e6de
commit 2d26f26773
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -8,6 +8,10 @@
display: flex;
align-items: center;
justify-content: space-between;
&:target {
border-bottom: 4px solid var(--foreground);
}
}
&--permalink {