hotfix: post-upgrade adjustments

This commit is contained in:
2025-03-29 15:59:42 +01:00
parent 4ba5d544af
commit c5e53057eb
8 changed files with 42 additions and 45 deletions
+16 -7
View File
@@ -140,18 +140,27 @@ a {
color: inherit;
}
a.a-row {
display: table-row;
}
a:focus-visible {
outline: 1px solid var(--clr-primary);
}
.route-active,
.route[data-active='true'] {
color: #ffc014;
font-weight: 700;
}
.route-link {
margin: 0 0.2em;
transition: color 100ms;
a.a-row {
display: table-row;
&-active,
&[data-active='true'] {
color: var(--clr-primary);
font-weight: bold;
}
&:hover {
color: var(--clr-primary);
}
}
ul {