website/sass/style/_colours.scss
2023-01-06 03:04:10 +00:00

5 lines
174 B
SCSS

$background-color: rgb(12, 17, 20);
$body-color: rgb(252, 252, 252);
$heading-color: rgb(255, 182, 193);
$link-color: rgb(252, 169, 184);
$inl-code-color: rgb(165, 214, 255);