feat: update inline code css
This commit is contained in:
parent
24965d5ee3
commit
585c839197
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue