Initial commit

This commit is contained in:
2020-12-12 18:38:31 +01:00
commit f877b78f33
117 changed files with 23104 additions and 0 deletions

11
assets/css/colors.scss Normal file
View File

@@ -0,0 +1,11 @@
/* Colorscheme */
$blue: #4682b4;
$lblue: #269ccc;
$gray: #696969;
$lblack: #333;
$lgray: #d3d3d3;
$link: $blue;
$bg: $gray;
$hover: $blue;
$hero-bg: $lgray;