Skip to content

Commit 4fd7ae0

Browse files
authored
Header: Fixed dropdown not colored correctly on hover (#322)
1 parent 8ebcbb4 commit 4fd7ae0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ ol li:last-child {
462462
background: rgba(0, 0, 0, 0);
463463
color: oklch(var(--color-foreground));
464464
text-decoration-color: oklch(var(--color-brand) / 0.3);
465-
& :hover {
465+
& button:hover * {
466466
color: oklch(var(--color-brand));
467467
}
468468

@@ -477,10 +477,6 @@ ol li:last-child {
477477
color: oklch(var(--color-foreground));
478478
text-decoration-color: oklch(var(--color-brand) / 0.3);
479479
transition: color 0.15s ease-in-out;
480-
481-
& :hover {
482-
color: oklch(var(--color-brand));
483-
}
484480
}
485481
}
486482

0 commit comments

Comments
 (0)