mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-02-07 06:19:03 +00:00
Fix background for <code>
This commit is contained in:
parent
4e0a56e80a
commit
fd2ac20444
@ -72,6 +72,7 @@ code, pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
background: var(--base01);
|
||||||
font-family: var(--mono-family);
|
font-family: var(--mono-family);
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
@ -87,6 +88,8 @@ pre {
|
|||||||
max-height: var(--code-block-size);
|
max-height: var(--code-block-size);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
code { background: unset; }
|
||||||
}
|
}
|
||||||
|
|
||||||
mark {
|
mark {
|
||||||
|
Loading…
Reference in New Issue
Block a user