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

@ -19,8 +19,8 @@ $global-font-secondary-color-dark: #87878d !default;
$global-link-color: #161209 !default;
$global-link-color-dark: #a9a9b3 !default;
$global-link-hover-color:#2d96bd !default;
$global-link-hover-color-dark:#fff !default;
$global-link-hover-color: #2d96bd !default;
$global-link-hover-color-dark: #fff !default;
$global-border-color: #dcdcdc !default;
$global-border-color-dark: #4a4b50 !default;
@ -39,12 +39,12 @@ $pagination-link-active-color: #000 !default;
$pagination-link-active-color-dark: #fff !default;
// Color of the table background.
$table-background-color: white !default;
$table-background-color-dark: #272C34 !default;
$table-background-color: #fff !default;
$table-background-color-dark: #272c34 !default;
// Color of the table thead.
$table-thead-color: #EDEDED !default;
$table-thead-color-dark: #20252B !default;
$table-thead-color-dark: #20252b !default;
// ========== Code ========== //
// Color of the code.