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 2c8e7c0 commit faf6572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
);

/* Sidebar */
--site-title-color: rgb(113, 113, 113);
--site-subtitle-color: #717171;
--sidebar-bg: #e6e6e6;
--site-title-color: rgb(107, 107, 107);
--site-subtitle-color: #4d4d4d;
--sidebar-bg: #f0f0f0;
--sidebar-border-color: #efefef;
--sidebar-muted-color: #545454;
--sidebar-active-color: #1d1d1d;
Expand Down

0 comments on commit faf6572

Please sign in to comment.