mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-24 18:57:07 +00:00
15 lines
313 B
SCSS
15 lines
313 B
SCSS
/* ==========================================================================
|
|
Green Theme
|
|
========================================================================== */
|
|
|
|
.t-green {
|
|
|
|
.c-navigation,
|
|
.c-header {
|
|
background: $c__green;
|
|
}
|
|
|
|
.c-article__main a:not(.c-btn) {
|
|
color: $c__green;
|
|
}
|
|
}
|