Skip to content

Commit 82dd651

Browse files
committed
Add hover state to mode indicators
1 parent f22e78a commit 82dd651

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/styles/docs.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,11 +588,11 @@
588588
}
589589

590590
li a.yes {
591-
@apply text-green-600 dark:text-green-400;
591+
@apply text-green-600 dark:text-green-400 hover:text-green-800 dark:hover:text-green-200;
592592
}
593593

594594
li a.no {
595-
@apply opacity-20;
595+
@apply opacity-20 hover:opacity-40;
596596
}
597597

598598
svg {
@@ -613,11 +613,11 @@
613613
}
614614

615615
li a.yes {
616-
@apply text-green-600 dark:text-green-400;
616+
@apply text-green-600 dark:text-green-400 hover:text-green-800 dark:hover:text-green-200;
617617
}
618618

619619
li a.no {
620-
@apply opacity-20;
620+
@apply opacity-20 hover:opacity-40;
621621
}
622622

623623
svg {

0 commit comments

Comments
 (0)