Skip to content

Commit

Permalink
changed about layout and theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoyihan committed Jan 5, 2024
1 parent 614a973 commit 57b7ab6
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 @@ -52,8 +52,8 @@ html[data-theme='dark'] {
--global-code-bg-color: #{$code-bg-color-dark};
--global-text-color: #{$grey-color-light};
--global-text-color-light: #{$grey-color-light};
--global-theme-color: #{$violet-light-color};
--global-hover-color: #{$violet-light-color};
--global-theme-color: #{$violet-color-light};
--global-hover-color: #{$violet-color-light};
--global-hover-text-color: #{$white-color};
--global-footer-bg-color: #{$grey-color-light};
--global-footer-text-color: #{$grey-color-dark};
Expand Down

0 comments on commit 57b7ab6

Please sign in to comment.