Files
CoderSherlock.github.io/sass/base/_color.scss
T
2016-08-16 14:16:23 -04:00

10 lines
199 B
SCSS

$color-background: #eee;
$color-main: #258fb8;
$color-gray01: #666;
$color-gray02: #999;
$color-gray03: #ccc;
$color-gray04: #ddd;
$color-gray05: #fff;
$color-sidebar: #3D4349;
$opacity-sidebar: .3;