Skip to content

Commit

Permalink
perf(ui): improve inline code in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed May 12, 2023
1 parent 8cbbcfa commit e38309f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _sass/colors/light-syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,15 @@

/* --- custom light colors --- */
--highlight-bg-color: #f7f7f7;
--highlighter-rouge-color: #2f2f2f;
--highlighter-rouge-color: #3f596f;
--highlight-lineno-color: #c2c6cc;
--inline-code-bg: #f3f3f3;
--inline-code-bg: #f6f6f7;
--code-header-text-color: #a3a3b1;
--code-header-muted-color: #ebebeb;
--code-header-icon-color: #d1d1d1;
--clipboard-checked-color: #43c743;

[class^='prompt-'] {
--inline-code-bg: #fbfafa;
--highlighter-rouge-color: rgb(82, 82, 82);
}
} /* light-syntax */

0 comments on commit e38309f

Please sign in to comment.