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 622aa6e commit b0425c1Copy full SHA for b0425c1
src/components/LeetCodeDifficulty.astro
@@ -37,7 +37,7 @@ const getDifficultyCssClass: (difficulty: string) => string = (
37
@apply border-2;
38
@apply border-difficulty-#{$difficulty};
39
@apply text-difficulty-#{$difficulty};
40
- @apply hover:bg-transparent;
+ @apply hover:bg-site-bg;
41
@apply hover:border-difficulty-#{$difficulty}-hover;
42
@apply hover:text-difficulty-#{$difficulty}-hover;
43
}
0 commit comments