mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-04 22:13:24 +00:00
feat(ui): improve visibility of inline code (#1831)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
--highlight-bg-color: #151515;
|
||||
--highlighter-rouge-color: #c9def1;
|
||||
--highlight-lineno-color: #808080;
|
||||
--inline-code-bg: #323238;
|
||||
--inline-code-bg: rgba(255, 255, 255, 0.05);
|
||||
--code-color: #b0b0b0;
|
||||
--code-header-text-color: #6a6a6a;
|
||||
--code-header-muted-color: #353535;
|
||||
|
||||
Reference in New Issue
Block a user