Mark :target entry using border

Commit a3762f60ad marked the current (:target) entry using background color. But then 11e736f3e8 set the background color for all entries. Thus we need another way to highlight the entry pointed at by the URL fragment.

Signed-off-by: Michał Kukieła <53443372+kukimik@users.noreply.github.com>
This commit is contained in:
Michał Kukieła 2025-01-07 17:40:51 +01:00 committed by GitHub
parent a089cf2487
commit 1c83ce4d8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ table tr td {
}
.entry-name:target {
background-color: var(--violet-bg);
border: 4px solid var(--violet);
}
.entry-name a {