foo.be/_sass/themes/_grey.scss
Alex Carpenter fb804928d0 Add archives
2015-12-30 10:31:33 -05:00

19 lines
366 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;
}
.c-footer a {
color: $c__blue-grey;
}
}