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