fix(css): fix css code style

This commit is contained in:
Dillon ZENG
2020-01-29 19:00:56 +08:00
parent 2578aba9ca
commit cd1a058763

View File

@@ -39,12 +39,12 @@ $pagination-link-active-color: #000 !default;
$pagination-link-active-color-dark: #fff !default; $pagination-link-active-color-dark: #fff !default;
// Color of the table background. // Color of the table background.
$table-background-color: white !default; $table-background-color: #fff !default;
$table-background-color-dark: #272C34 !default; $table-background-color-dark: #272c34 !default;
// Color of the table thead. // Color of the table thead.
$table-thead-color: #EDEDED !default; $table-thead-color: #EDEDED !default;
$table-thead-color-dark: #20252B !default; $table-thead-color-dark: #20252b !default;
// ========== Code ========== // // ========== Code ========== //
// Color of the code. // Color of the code.