perf(ui): improve inline code in light mode

This commit is contained in:
Cotes Chung 2023-03-23 21:16:12 +08:00
parent 8cbbcfa26d
commit e38309f3bd
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 2 additions and 3 deletions

View File

@ -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 */