foo.be/_sass/themes/_grey.scss

20 lines
366 B
SCSS
Raw Normal View History

2015-12-04 00:12:42 +00:00
/* ==========================================================================
Grey Theme
========================================================================== */
.t-grey {
.c-navigation,
.c-header {
background: $c__blue-grey;
}
.c-article__main a:not(.c-btn) {
color: $c__blue-grey;
}
2015-12-30 15:31:33 +00:00
.c-footer a {
color: $c__blue-grey;
}
2015-12-04 00:12:42 +00:00
}