1
0
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:
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

@@ -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);