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