Replace outdated bluish colors with default bg color

This commit is contained in:
Dmitriy Zaporozhets 2016-04-28 22:58:38 +02:00
parent 73990df32f
commit 9ef18c6c8b
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.light-well {
background-color: #f8fafc;
background-color: $background-color;
padding: 15px;
}

View File

@ -153,8 +153,8 @@ $nav-link-padding: 13px $gl-padding;
//== Code
//
//##
$pre-bg: #f4f7fd !default;
$pre-bg: $background-color !default;
$pre-color: $gl-gray !default;
$pre-border-color: #e7e9ed;
$pre-border-color: $border-color;
$table-bg-accent: $background-color;