We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebcbb4 commit 4fd7ae0Copy full SHA for 4fd7ae0
assets/css/v2/style.css
@@ -462,7 +462,7 @@ ol li:last-child {
462
background: rgba(0, 0, 0, 0);
463
color: oklch(var(--color-foreground));
464
text-decoration-color: oklch(var(--color-brand) / 0.3);
465
- & :hover {
+ & button:hover * {
466
color: oklch(var(--color-brand));
467
}
468
@@ -477,10 +477,6 @@ ol li:last-child {
477
478
479
transition: color 0.15s ease-in-out;
480
-
481
482
- color: oklch(var(--color-brand));
483
- }
484
485
486
0 commit comments