mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:06:21 +00:00
10 lines
132 B
SCSS
10 lines
132 B
SCSS
|
$black: black;
|
||
|
$white: white;
|
||
|
$cyan: #13fefe;
|
||
|
|
||
|
:root {
|
||
|
--foreground: #{$white};
|
||
|
--background: #{$black};
|
||
|
--color: #{$cyan};
|
||
|
}
|