Initialize project and port basics

This commit is contained in:
Kevin Kandlbinder 2020-12-21 18:23:28 +01:00
commit ebb4f4d515
31 changed files with 20401 additions and 0 deletions

5
src/_variables.scss Normal file
View file

@ -0,0 +1,5 @@
$layoutWidth: 900px;
$accentColor: #e5502b;
$background: #0d0d0d;
$textColor: white;