Adwaita: darken a tiny bit more bright variant background color

This commit is contained in:
Lapo Calamandrei 2014-10-18 18:02:20 +02:00
parent 062f450709
commit 213274c128
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
.background {
color: $fg_color;
background-color: if($variant == 'light', mix($fg_color, $bg_color, 0.015), $bg_color);
background-color: if($variant == 'light', darken($bg_color, 1.5%), $bg_color);
&:backdrop {
text-shadow: none;

View File

@ -31,7 +31,7 @@
***************/
.background {
color: #2e3436;
background-color: #ececec; }
background-color: #e9e9e9; }
.background:backdrop {
text-shadow: none;
icon-shadow: none;