Files
cjsatnarine.space/blog/sass/colours.scss
CJSatnarine 5d6f3db809 more changes
2025-03-20 11:11:25 -04:00

17 lines
416 B
SCSS

// This is inspired by the husqy theme on monkeytype.com (https://github.com/monkeytypegame/monkeytype/blob/master/frontend/static/themes/husqy.css).
// Colours.
$white: #FFFFFF;
$black: #000000;
$purple: #962FFE;
$voilet: #1e001e;
$pink: #FFA0E3;
$periwinkle: #EBD7FF;
$yoghurt: #d1e6ff;
// Properties? I'm unsure what to call this.
$background: $black;
$blockquote: $pink;
$text: $periwinkle;
$links: $purple;