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 b428a14 commit 2624ef8
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: #f8e9c6;
background-color: #cccccc;
}

.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 @@ -18,7 +18,7 @@
--blockquote-text-color: #757575;
--link-color: #0090dd;
--link-underline-color: #a8c2dcd0;
--button-bg: #f274b79d;
--button-bg: #f274b75e;
--btn-border-color: #e9ecef;
--btn-backtotop-color: #686868;
--btn-backtotop-border-color: #f1f1f1;
Expand Down

0 comments on commit 2624ef8

Please sign in to comment.