Skip to content

Commit

Permalink
Merge pull request #19 from HEIGE-PCloud/dev/black-theme-css
Browse files Browse the repository at this point in the history
fix: improve the readability
  • Loading branch information
HEIGE-PCloud committed Apr 14, 2021
2 parents 8c25772 + e4c244e commit 0663843
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 @@ -17,17 +17,17 @@ $global-background-color-black: #000000 !default;
// Color of the text
$global-font-color: #161209 !default;
$global-font-color-dark: #a9a9b3 !default;
$global-font-color-black: rgb(217, 217, 217) !default;
$global-font-color-black: #d9d9d9 !default;

// Color of the secondary text
$global-font-secondary-color: #a9a9b3 !default;
$global-font-secondary-color-dark: #5d5d5f !default;
$global-font-secondary-color-black: #5d5d5f !default;
$global-font-secondary-color: #4d4d4d !default;
$global-font-secondary-color-dark: #b5b5b5 !default;
$global-font-secondary-color-black: #a9a9b3 !default;

// Color of the link
$global-link-color: #161209 !default;
$global-link-color-dark: #a9a9b3 !default;
$global-link-color-black: #a9a9b3 !default;
$global-link-color-black: #d9d9d9 !default;

// Color of the hover link
$global-link-hover-color: #2d96bd !default;
Expand Down

0 comments on commit 0663843

Please sign in to comment.