mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-10 00:21:04 -06:00
10 lines
137 B
SCSS
10 lines
137 B
SCSS
.group {
|
|
@include light {
|
|
color: var(--mantine-color-gray-3);
|
|
}
|
|
|
|
@include dark {
|
|
color: var(--mantine-color-dark-5);
|
|
}
|
|
}
|