Add initial blog configuration
This commit is contained in:
26
themes/scroll/static/scss/_variables.scss
Normal file
26
themes/scroll/static/scss/_variables.scss
Normal file
@ -0,0 +1,26 @@
|
||||
$gray-lightest: #F8F8F8;
|
||||
$gray-lighter: #EEEEEE;
|
||||
$gray-light: #DDDDDD;
|
||||
$gray: #CCCCCC;
|
||||
$gray-dark: #999999;
|
||||
$gray-darker: #666666;
|
||||
$gray-darkest: #333333;
|
||||
|
||||
$green: #156F78;
|
||||
$purple: #493252;
|
||||
$red: #E25440;
|
||||
$slate: #3D4260;
|
||||
|
||||
$primary-color: #f2efe8;
|
||||
$secondary-color: #5BA4E5;
|
||||
|
||||
$link-color: #9FD067;
|
||||
$hover-color: darken($link-color, 5%);
|
||||
|
||||
$sans-font: sans-serif;
|
||||
$serif-font: 'Times New Roman', serif;
|
||||
$monospace-font : 'Lucida Console', monospace, sans-serif;
|
||||
|
||||
$header-font-color: white;
|
||||
$primary-font-color: black;
|
||||
$secondary-font-color: #fff;
|
Reference in New Issue
Block a user