perf(ui): improve inline code in light mode
This commit is contained in:
parent
8cbbcfa26d
commit
e38309f3bd
1 changed files with 2 additions and 3 deletions
|
@ -68,9 +68,9 @@
|
|||
|
||||
/* --- 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;
|
||||
|
@ -78,6 +78,5 @@
|
|||
|
||||
[class^='prompt-'] {
|
||||
--inline-code-bg: #fbfafa;
|
||||
--highlighter-rouge-color: rgb(82, 82, 82);
|
||||
}
|
||||
} /* light-syntax */
|
||||
|
|
Loading…
Reference in a new issue