Skip to content

Commit

Permalink
style: language cards hover
Browse files Browse the repository at this point in the history
  • Loading branch information
webofpies committed Feb 6, 2025
1 parent 8493572 commit 0b42dfa
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@
user-select: none;
padding: 0.5rem 0.7rem 0.5rem 0.5rem;
width: min-content;

&[data-checked] {
border-color: var(--mantine-primary-color-filled);
}

&:hover {
background-color: var(--mantine-color-gray-0);
}
}

[data-mantine-color-scheme="dark"] .card:hover {
background-color: var(--mantine-color-dark-6);
}

0 comments on commit 0b42dfa

Please sign in to comment.