12 lines
149 B
CSS
12 lines
149 B
CSS
:root {
|
|
--main: #AEBDFF;
|
|
--accent: #60320c;
|
|
--text: #340000;
|
|
--yellow: #f1f3c3;
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
|
|
}
|
|
} |