1
0
This commit is contained in:
Filip Rojek 2023-11-18 22:32:43 +01:00
parent e40752803a
commit 3d921ecb9e
2 changed files with 9 additions and 0 deletions

8
sass/_variables.scss Normal file
View File

@ -0,0 +1,8 @@
:root {
--clr-blue: #444b64;
--clr-red: #d65343;
--clr-green: #90a9a1;
--clr-grey-400: #e2ba84;
--clr-grey-200: #f2dfc7;
}

1
sass/nav.scss Normal file
View File

@ -0,0 +1 @@