7 lines
107 B
SCSS
7 lines
107 B
SCSS
:root.dark {
|
|
/* authentication */
|
|
--color-authentication: hsl(240deg 11% 2%);
|
|
|
|
color-scheme: dark;
|
|
}
|