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

15 lines
319 B
SCSS

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