5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 21:05:45 +00:00
panel/app/assets/stylesheets/dark.scss

10 lines
132 B
SCSS
Raw Permalink Normal View History

$black: black;
$white: white;
$cyan: #13fefe;
:root {
--foreground: #{$white};
--background: #{$black};
--color: #{$cyan};
}