1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 01:12:19 -05:00

use darker bg color for mail-list

This commit is contained in:
Tankred Hase 2014-04-04 20:17:34 +02:00
parent 67939a04d9
commit b08703f71f
2 changed files with 4 additions and 3 deletions

View File

@ -23,6 +23,7 @@ $color-grey-dark: #333;
$color-grey-medium: #aaa;
$color-grey-light: #ccc;
$color-grey-lighter: #ddd;
$color-grey-lighterer: #f0eff5;
$color-grey-lightest: #f9f9f9;
$color-grey-dark-alpha: rgba(0, 0, 0, 0.80);

View File

@ -5,8 +5,8 @@
height: 100%;
width: 100%;
background: $color-grey-lightest;
background-image: linear-gradient(to right ,$color-grey-lightest 98%, darken($color-grey-lightest, 1%) 100%);
background: $color-grey-lighterer;
background-image: linear-gradient(to right ,$color-grey-lighterer 98%, darken($color-grey-lighterer, 1%) 100%);
header {
cursor: pointer;
@ -52,7 +52,7 @@
bottom: 0px;
left: 0px;
padding: 0 $nav-padding;
background: darken($color-grey-lightest, 1%);
background: darken($color-grey-lighterer, 1%);
width: 100%;
font-size: $font-size-smaller;
color: $color-grey-dark;