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