Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix(css): fix css code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Jan 29, 2020
1 parent 2578aba commit cd1a058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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.
Expand Down

0 comments on commit cd1a058

Please sign in to comment.