mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-10 00:21:04 -06:00
9 lines
189 B
SCSS
9 lines
189 B
SCSS
.root {
|
|
background-color: var(--mantine-color-grape-light);
|
|
|
|
@include light {
|
|
color: var(--mantine-color-dark-filled);
|
|
background-color: var(--mantine-color-grape-light);
|
|
}
|
|
}
|