From 2d26f26773ccc652d7495f8bc6b13c06a410bb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Fri, 12 Apr 2024 21:09:28 +0200 Subject: [PATCH] v2: Highlight hakken date when permalinked --- _includes/styles/hakken-dates.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/styles/hakken-dates.scss b/_includes/styles/hakken-dates.scss index b9d4b31..a37db8a 100644 --- a/_includes/styles/hakken-dates.scss +++ b/_includes/styles/hakken-dates.scss @@ -8,6 +8,10 @@ display: flex; align-items: center; justify-content: space-between; + + &:target { + border-bottom: 4px solid var(--foreground); + } } &--permalink {