Skip to content

Commit

Permalink
Update _themes.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
sawhney-medha authored Feb 19, 2024
1 parent a3e7a44 commit 5405b07
Showing 1 changed file with 2 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 @@ -7,8 +7,8 @@
--global-code-bg-color: #{$code-bg-color-light};
--global-text-color: #{$black-color};
--global-text-color-light: #{$grey-color};
--global-theme-color: #{$purple-color};
--global-hover-color: #{$purple-color};
--global-theme-color: #{$cyan-color};
--global-hover-color: #{$cyan-color};
--global-hover-text-color: #{$white-color};
--global-footer-bg-color: #{$grey-color-dark};
--global-footer-text-color: #{$grey-color-light};
Expand Down

0 comments on commit 5405b07

Please sign in to comment.