fixed grey line on footer

master
Jordan Han 2019-06-09 10:34:45 +08:00
parent 6416d57f1a
commit e06218ebb4
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ $background-color: #111 !default;
$brand-color: #b3b3b3 !default;
$grey-color: #b3b3b3 !default;
$grey-color-light: lighten($grey-color, 40%) !default;
$grey-color-dark: darken($grey-color, 80%) !default;
$grey-color-light: lighten($grey-color, 20%) !default;
$grey-color-dark: darken($grey-color, 60%) !default;
$table-text-align: left !default;