website/sass/style/_colours.scss

5 lines
174 B
SCSS
Raw Normal View History

2023-01-06 03:02:54 +00:00
$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);