refactor: css variables for colors and shadows

This commit is contained in:
2025-08-14 18:18:24 +04:00
parent 28004dc2a0
commit 43355b6ce3
12 changed files with 79 additions and 69 deletions

View File

@ -1,7 +1,7 @@
.container {
@mixin light {
background-color: #e0f0f4;
background-color: var(--color-light-aqua);
}
@mixin dark {
background-color: var(--mantine-color-dark-7);