mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-01-11 12:41:39 +01:00
fix(css): fix css code style
This commit is contained in:
parent
2578aba9ca
commit
cd1a058763
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue