mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-16 10:18:19 +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};
|
|
}
|