Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Nov 9, 2024
1 parent ed17562 commit df8319e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@mixin light-scheme {
/* Framework color */
--main-bg: rgb(246, 246, 246);
--main-bg: rgb(255, 255, 251);
--mask-bg: #c1c3c5;
--main-border-color: #f3f3f3;

Expand Down Expand Up @@ -39,7 +39,7 @@
/* Sidebar */
--site-title-color: rgb(113, 113, 113);
--site-subtitle-color: #717171;
--sidebar-bg: #d2e9fff0;
--sidebar-bg: #e6e6e6;
--sidebar-border-color: #efefef;
--sidebar-muted-color: #545454;
--sidebar-active-color: #1d1d1d;
Expand Down

0 comments on commit df8319e

Please sign in to comment.