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