Skip to content

Commit

Permalink
customize color
Browse files Browse the repository at this point in the history
  • Loading branch information
estheryihanzh committed Nov 17, 2024
1 parent a421e6c commit 47a0e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
--global-code-bg-color: #{$code-bg-color-light};
--global-text-color: #{$black-color};
--global-text-color-light: #{$grey-color};
--global-theme-color: #{$green-color-lime};
--global-hover-color: #{$green-color-lime};
--global-theme-color: #{$provence-blue-color};
--global-hover-color: #{$provence-blue-color};
--global-hover-text-color: #{$white-color};
--global-footer-bg-color: #{$grey-color-dark};
--global-footer-text-color: #{$grey-color-light};
Expand Down
1 change: 1 addition & 0 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $light-purple-color: color.adjust($purple-color, $lightness: 25%);
$pink-color: #f92080 !default;
$pink-color-light: #ffdddd !default;
$yellow-color: #efcc00 !default;
$provence-blue-color: #638cc7 !default;

$grey-color: #828282 !default;
$grey-color-light: color.adjust($grey-color, $lightness: 40%);
Expand Down

0 comments on commit 47a0e30

Please sign in to comment.