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 7423fa8 commit 7d59e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: #e7dcdc;
background-color: #f5ecec;
}

.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 @@ -16,7 +16,7 @@
--label-color: #585858;
--blockquote-border-color: #eeeeee;
--blockquote-text-color: #757575;
--link-color: #0700ddf1;
--link-color: #0090dd;
--link-underline-color: #a8c2dcd0;
--button-bg: #27af4ca3;
--btn-border-color: #e9ecef;
Expand Down

0 comments on commit 7d59e26

Please sign in to comment.