Remove grey tints

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-03-01 21:42:32 +01:00 committed by Julius Härtl
parent 5b3a1a558e
commit 58a9d1b0f2
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 3 additions and 3 deletions

View File

@ -920,7 +920,7 @@ code {
padding: 0 !important;
div {
padding: 0;
background-color: $color-main-old-dcdcdc;
background-color: $color-main-old-d3d3d3;
font-weight: normal;
white-space: nowrap;
border-bottom-left-radius: 3px;

View File

@ -24,13 +24,13 @@ $color-main-old-f8f8f8: #f8f8f8;
$color-main-old-eeeeee: #eee;
$color-main-old-dddddd: #ddd;
$color-main-old-dcdcdc: rgb(220, 220, 200);
$color-main-old-d3d3d3: #d3d3d3;
$color-main-old-cccccc: #ccc;
$color-main-old-bbbbbb: rgb(198, 198, 198);
$color-main-old-bebebe: rgb(190, 190, 190);
$color-main-old-bbbbbb: #bbb;
$color-main-old-aaaaaa: #aaa;
$color-main-old-888888: #888;
$color-main-old-555555: #555;
$color-main-old-333333: #333333;