Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Nov 10, 2024
1 parent feb61f9 commit 4a59957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _sass/colors/syntax-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
.highlight,
.highlight .w {
color: #24292f;
background-color: #f7fbff;
background-color: #ffffff;
// f7fbff
}

.highlight .k,
Expand Down
2 changes: 1 addition & 1 deletion _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/* Sidebar */
--site-title-color: rgb(107, 107, 107);
--site-subtitle-color: #4d4d4d;
--sidebar-bg: #f6f6f6;
--sidebar-bg: #f9f9f9;
--sidebar-border-color: #efefef;
--sidebar-muted-color: #545454;
--sidebar-active-color: #1d1d1d;
Expand Down

0 comments on commit 4a59957

Please sign in to comment.