Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
Signed-off-by: developer <[email protected]>
  • Loading branch information
developer committed Nov 9, 2024
1 parent 350c709 commit 7423fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sass/colors/syntax-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.highlight,
.highlight .w {
color: #24292f;
background-color: #e7ebf9;
background-color: #e7dcdc;
}

.highlight .k,
Expand Down
4 changes: 2 additions & 2 deletions _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--label-color: #585858;
--blockquote-border-color: #eeeeee;
--blockquote-text-color: #757575;
--link-color: #dd0000f1;
--link-color: #0700ddf1;
--link-underline-color: #a8c2dcd0;
--button-bg: #27af4ca3;
--btn-border-color: #e9ecef;
Expand All @@ -39,7 +39,7 @@
/* Sidebar */
--site-title-color: rgb(107, 107, 107);
--site-subtitle-color: #4d4d4d;
--sidebar-bg: #f0f0f0;
--sidebar-bg: #f6f6f6;
--sidebar-border-color: #efefef;
--sidebar-muted-color: #545454;
--sidebar-active-color: #1d1d1d;
Expand Down

0 comments on commit 7423fa8

Please sign in to comment.