1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-02 21:13:31 +00:00

feat(ui): improve visibility of inline code (#1831)

This commit is contained in:
Cotes Chung
2024-07-01 07:02:36 +08:00
committed by GitHub
parent 9ca7519239
commit c876731901
3 changed files with 3 additions and 7 deletions

View File

@@ -8,17 +8,13 @@
--highlight-bg-color: #f6f8fa;
--highlighter-rouge-color: #3f596f;
--highlight-lineno-color: #9e9e9e;
--inline-code-bg: #f6f6f7;
--inline-code-bg: rgba(25, 25, 28, 0.05);
--code-color: #3a3a3a;
--code-header-text-color: #a3a3a3;
--code-header-muted-color: #e5e5e5;
--code-header-icon-color: #c9c8c8;
--clipboard-checked-color: #43c743;
[class^='prompt-'] {
--inline-code-bg: #fbfafa;
}
/* --- Syntax highlight theme from `rougify style github` --- */
.highlight table td {