Skip to content

Commit

Permalink
fix(theme): code padding
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed May 28, 2019
1 parent e677869 commit 9d98e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/saber-theme-portfolio/src/css/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
color: var(--code-language-color);
}

:not(pre) code {
:not(pre) > code {
background-color: var(--card-bg);
border-radius: 3px;
padding: 3px;
Expand Down

0 comments on commit 9d98e05

Please sign in to comment.