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 29df3e4 commit a69c7c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _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: #eeeab9;
--language-border-color: #d9e7e6;
--highlight-bg-color: #f6f8fa;
--highlighter-rouge-color: #3f596f;
--highlight-lineno-color: #9e9e9e;
Expand Down
8 changes: 4 additions & 4 deletions _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@mixin light-scheme {
/* Framework color */
--main-bg: white;
--main-bg: rgb(247, 247, 230);
--mask-bg: #c1c3c5;
--main-border-color: #f3f3f3;

Expand All @@ -16,9 +16,9 @@
--label-color: #585858;
--blockquote-border-color: #eeeeee;
--blockquote-text-color: #757575;
--link-color: #0056b2;
--link-underline-color: #dee2e6;
--button-bg: #ffffff;
--link-color: #9a00b2f1;
--link-underline-color: #a8c2dcd0;
--button-bg: #79eb828b;
--btn-border-color: #e9ecef;
--btn-backtotop-color: #686868;
--btn-backtotop-border-color: #f1f1f1;
Expand Down

0 comments on commit a69c7c3

Please sign in to comment.