scottjohnson.pro/_sass/skins/_blue.scss
Nelson Estevão 6822e36b1c Upgrade to Sass
This way its much easier to edit and personalize each theme.
2018-03-31 20:58:39 +01:00

11 lines
219 B
SCSS

/* Blue variables */
$theme-color: #42A8C0;
$text-color: #3F4650;
$text-color-secondary: #545E6C;
$text-grey: #97AAC3;
$divider: #e8e8e8;
$lighter-grey: #ccc;
$darker-grey: #666;
$smoky-white: #f5f5f5;
$heart: #fb866a;