Web: style "current page" links differently

This makes it visible which section of Flamenco you're actually in.
This commit is contained in:
Sybren A. Stüvel 2022-06-02 18:56:24 +02:00
parent f1a3d98c5b
commit df36d93d7b

View File

@ -146,6 +146,10 @@ a:hover {
text-decoration: underline;
}
a.router-link-active {
color: var(--color-accent-text);
}
header {
align-items: center;
color: var(--color-text-muted);