Initial commit
This commit is contained in:
11
assets/css/colors.scss
Normal file
11
assets/css/colors.scss
Normal 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;
|
||||
Reference in New Issue
Block a user