Style changes to inline code and code blocks
This commit is contained in:
parent
4cef060d3a
commit
5d1e8bfe29
1 changed files with 4 additions and 1 deletions
|
@ -74,7 +74,9 @@ hr {
|
|||
}
|
||||
|
||||
code {
|
||||
padding: 0.1em 0.3em;
|
||||
padding: 0.075em 0.3em;
|
||||
color: var(--color-fg);
|
||||
font-size: 0.9em;
|
||||
border-radius: 3px;
|
||||
background-color: var(--color-bg--layer-01);
|
||||
font-family: var(--font--mono);
|
||||
|
@ -92,6 +94,7 @@ pre {
|
|||
code {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
font-size: 1em;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue