foo.be/_sass/themes/_blue.scss
2015-12-03 19:12:42 -05:00

15 lines
309 B
SCSS

/* ==========================================================================
Blue Theme
========================================================================== */
.t-blue {
.c-navigation,
.c-header {
background: $c__blue;
}
.c-article__main a:not(.c-btn) {
color: $c__blue;
}
}