This commit is contained in:
2024-12-29 12:43:58 +00:00
parent 39574a6599
commit 301e6de152
18 changed files with 2234 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
// setting all variables I want to use
$primary: rgb(238, 213, 232);
$secondary: rgb(92, 89, 92);
$black: rgb(0, 0, 0);
$white: rgb(255, 255, 255);
$formprimary: #545353;
$hovercolor: rgb(252, 27, 121);
$formcolor: rgb(255, 124, 192);
$font-header: "EB Garamond", serif;
$font-body: "Cutive Mono", monospace;