fix(css): fix css code style
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user