Skip to content

Commit e38309f

Browse files
committed
perf(ui): improve inline code in light mode
1 parent 8cbbcfa commit e38309f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_sass/colors/light-syntax.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,15 @@
6868

6969
/* --- custom light colors --- */
7070
--highlight-bg-color: #f7f7f7;
71-
--highlighter-rouge-color: #2f2f2f;
71+
--highlighter-rouge-color: #3f596f;
7272
--highlight-lineno-color: #c2c6cc;
73-
--inline-code-bg: #f3f3f3;
73+
--inline-code-bg: #f6f6f7;
7474
--code-header-text-color: #a3a3b1;
7575
--code-header-muted-color: #ebebeb;
7676
--code-header-icon-color: #d1d1d1;
7777
--clipboard-checked-color: #43c743;
7878

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

0 commit comments

Comments
 (0)