Skip to content

Commit b0425c1

Browse files
committed
fix(component): adjust background color for LeetCode difficulty
1 parent 622aa6e commit b0425c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LeetCodeDifficulty.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const getDifficultyCssClass: (difficulty: string) => string = (
3737
@apply border-2;
3838
@apply border-difficulty-#{$difficulty};
3939
@apply text-difficulty-#{$difficulty};
40-
@apply hover:bg-transparent;
40+
@apply hover:bg-site-bg;
4141
@apply hover:border-difficulty-#{$difficulty}-hover;
4242
@apply hover:text-difficulty-#{$difficulty}-hover;
4343
}

0 commit comments

Comments
 (0)