i need to sleep

This commit is contained in:
CJSatnarine
2025-03-21 01:18:06 -04:00
parent 57a4b6c72c
commit 1d3212c1ba
11 changed files with 111 additions and 54 deletions

View File

@@ -4,13 +4,28 @@
$white: #FFFFFF;
$black: #000000;
$purple: #962FFE;
$voilet: #1e001e;
$pink: #FFA0E3;
$periwinkle: #EBD7FF;
$yoghurt: #d1e6ff;
$red: #FF3030;
$orange: #FF7930;
$yellow: #FFF530;
$green: #45FF30;
$cyan: #30FFEA;
$blue: #30A9FF;
// Properties? I'm unsure what to call this.
// Properties.
$background: $black;
$blockquote: $pink;
$text: $periwinkle;
$links: $purple;
$dates: $purple;
// Headings.
$h1: $purple;
$h2: $blue;
$h3: $green;
$h4: $yellow;
$h5: $orange;
$h6: $red;