Skip to content

Commit

Permalink
feat: color 调试
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Nov 9, 2024
1 parent 6b720ad commit 496fe82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/colors/syntax-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@mixin light-syntax {
/* --- custom light colors --- */
--language-border-color: #ececec;
--language-border-color: #eeeab9;
--highlight-bg-color: #f6f8fa;
--highlighter-rouge-color: #3f596f;
--highlight-lineno-color: #9e9e9e;
Expand All @@ -28,7 +28,7 @@
.highlight,
.highlight .w {
color: #24292f;
background-color: #f6f8fa;
background-color: #86a4c2;
}

.highlight .k,
Expand Down

0 comments on commit 496fe82

Please sign in to comment.