Desktop mode: mail-list read backgroung grau shade a bit lighter

This commit is contained in:
Mario Volke 2014-11-10 17:24:45 +01:00 committed by Tankred Hase
parent 77fc111ee8
commit 5eafb448c8
3 changed files with 3 additions and 2 deletions

View File

@ -33,6 +33,7 @@ $color-grey-dark-alpha: rgba(0, 0, 0, 0.80);
// -------------------------------------------
$color-bg: $color-white;
$color-bg-dark: $color-grey-lighterer;
$color-text: $color-grey-dark;
$color-text-light: $color-grey-medium;
$color-main: $color-blue;

View File

@ -14,7 +14,7 @@
display: flex;
flex-direction: column;
padding: 10px 20px;
background: $color-grey-lighterer;
background: $color-bg-dark;
color: $color-text;
}

View File

@ -109,7 +109,7 @@
@include respond-to(lg) {
height: 100%;
background: $color-border-light;
background: $color-bg-dark;
& > header {
display: none;