Skip to content

Commit

Permalink
fix(theme-default): use lighter bg color for inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed May 19, 2022
1 parent 51f30a2 commit 0c9b5ce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ code {
padding: 0.25rem 0.5rem;
margin: 0;
font-size: 0.85em;
background-color: var(--c-bg-light);
background-color: var(--c-bg-lighter);
border-radius: 3px;
overflow-wrap: break-word;
transition: background-color var(--t-color);
Expand Down

0 comments on commit 0c9b5ce

Please sign in to comment.