_sass/components/_panel.scss in jekyll-theme-ethereal-0.2.2 vs _sass/components/_panel.scss in jekyll-theme-ethereal-0.2.3
- old
+ new
@@ -29,11 +29,11 @@
background-color: _palette(accent2);
}
&.color3 {
@include gradient-background;
- background-color: _palette(accent3);
+ background-color: desaturate(darken(_palette(accent3), 9), 9);
}
&.color4 {
@include gradient-background;
background-color: _palette(accent4);
@@ -49,10 +49,10 @@
background-color: desaturate(darken(_palette(accent2), $darken), $desaturate);
}
&.color3-alt {
@include gradient-background(false, $opacity);
- background-color: desaturate(darken(_palette(accent3), $darken), $desaturate);
+ background-color: desaturate(darken(_palette(accent3), 12), 12);
}
&.color4-alt {
@include gradient-background(false, $opacity);
background-color: desaturate(darken(_palette(accent4), $darken), $desaturate);
\ No newline at end of file