changed table-dark border-color

This commit is contained in:
REJack
2019-08-08 14:33:01 +02:00
parent 8685cde1b0
commit 40007571f9

View File

@@ -314,7 +314,7 @@ $table-head-color: $gray-700 !default;
$table-dark-bg: $gray-900 !default;
$table-dark-accent-bg: rgba($white, .05) !default;
$table-dark-hover-bg: rgba($white, .075) !default;
$table-dark-border-color: lighten($gray-900, 7.5%) !default;
$table-dark-border-color: lighten($gray-900, 10%) !default;
$table-dark-color: $body-bg !default;