Skip to content

Commit

Permalink
Restyle accordion CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
samau3 committed Aug 28, 2024
1 parent 4ef84e3 commit 214b6ff
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.control {
background-color: var(--mantine-color-gray-6);
font-weight: 600;

&[data-active] {
background-color: white;
}
}

.label {
font-size: 1.5rem;
}

0 comments on commit 214b6ff

Please sign in to comment.