datat.fi/_sass/basically-basic/themes/_steel.scss

13 lines
441 B
SCSS
Raw Normal View History

2017-03-16 17:37:25 +02:00
/* ==========================================================================
Steel theme skin
========================================================================== */
2017-03-07 23:12:17 +02:00
2017-03-16 17:37:25 +02:00
/* Colors */
2017-03-07 23:12:17 +02:00
$base-color: #3a4750 !default;
$text-color: #303841 !default;
$accent-color: #d72323 !default;
2017-03-16 21:13:21 +02:00
$background-color: #eee !default;
2017-03-16 20:34:29 +02:00
$code-background-color: #fff !default;
2017-03-07 23:12:17 +02:00
$border-color: rgba($text-color, 0.25) !default;
2017-03-16 20:34:29 +02:00
$overlay-color: #fff !default;