Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
estheryihanzh committed Nov 18, 2024
1 parent d26b249 commit 8a73f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

:root {
--global-bg-color: #{$light_grey_bg};
--global-code-bg-color: #{$light_purple_text};
--global-code-bg-color: #{$code-bg-color-light};
--global-text-color: #{$black-color};
--global-text-color-light: #{$grey-color};
--global-theme-color: #{$dark_purple_text};
--global-hover-color: #{$provence-blue-color};
--global-hover-color: #{$dark_purple_text};
--global-hover-text-color: #{$white-color};
--global-footer-bg-color: #{$grey-color-dark};
--global-footer-text-color: #{$grey-color-light};
Expand Down
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $black-color: #000000 !default;

// Theme colors

$code-bg-color-light: rgba($purple-color, 0.05);
$code-bg-color-light: rgba($dark_purple_text, 0.05);
$code-bg-color-dark: #2c3237 !default;

// Font awesome location
Expand Down

0 comments on commit 8a73f20

Please sign in to comment.