14 lines
243 B
SCSS
14 lines
243 B
SCSS
|
.high-contrast-black {
|
||
|
--foreground-1: #fff;
|
||
|
--foreground-2: #ddd;
|
||
|
--background-1: #000;
|
||
|
--background-2: #222;
|
||
|
}
|
||
|
|
||
|
.high-contrast-white {
|
||
|
--foreground-1: #000;
|
||
|
--foreground-2: #222;
|
||
|
--background-1: #fff;
|
||
|
--background-2: #ddd;
|
||
|
}
|