Files
cjsatnarine.space/blog/sass/colours.scss
2025-03-20 06:12:26 -04:00

8 lines
241 B
SCSS

// This is inspired by the husqy theme on monkeytype.com (https://github.com/monkeytypegame/monkeytype/blob/master/frontend/static/themes/husqy.css).
$background: #000000;
$white: #FFFFFF;
$purple: #962FFE;
$pink: #ffa0e3;
$text: #EBD7FF;