feat: update inline code css

This commit is contained in:
syy11cn 2022-05-11 23:56:56 +08:00
parent 24965d5ee3
commit 585c839197
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,7 @@
.article code{
font-family: "Roboto Mono", "Menlo", "Consolas", monospace;
background-color: var(--prism-background);
font-size: 1.3rem;
font-size: 0.75em;
padding: 3px 6px;
border-radius: 2px;
}
@ -127,5 +127,6 @@
.article pre code {
padding: 0;
font-size: inherit;
}