foo.be/_sass/themes/_blue.scss
2015-12-30 10:39:19 -05:00

19 lines
351 B
SCSS
Executable file

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