mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-10 13:41:35 -06:00
10 lines
138 B
SCSS
10 lines
138 B
SCSS
.header {
|
|
@include light {
|
|
color: var(--mantine-color-gray-0);
|
|
}
|
|
|
|
@include dark {
|
|
color: var(--mantine-color-dark-0);
|
|
}
|
|
}
|