mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
12 lines
282 B
CSS
12 lines
282 B
CSS
@layer mantine {.m_bcb3f3c2 {
|
|
color: var(--mantine-color-black);
|
|
}
|
|
|
|
:where([data-mantine-color-scheme='light']) .m_bcb3f3c2 {
|
|
background-color: var(--mark-bg-light);
|
|
}
|
|
|
|
:where([data-mantine-color-scheme='dark']) .m_bcb3f3c2 {
|
|
background-color: var(--mark-bg-dark);
|
|
}
|
|
} |