mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
feat(ui): improve visibility of inline code (#1831)
This commit is contained in:
@@ -102,7 +102,7 @@ code {
|
||||
|
||||
&.highlighter-rouge {
|
||||
font-size: $code-font-size;
|
||||
padding: 3px 5px;
|
||||
padding: 3px 6px;
|
||||
word-break: break-word;
|
||||
border-radius: 4px;
|
||||
background-color: var(--inline-code-bg);
|
||||
|
||||
Reference in New Issue
Block a user