mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-07 11:26:25 +00:00
16 lines
319 B
SCSS
16 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;
|
||
|
}
|
||
|
}
|