Make code block border radius consistent with the rest of the site
This commit is contained in:
parent
f4086ae739
commit
692db7065e
|
@ -24,7 +24,7 @@ pre {
|
||||||
background: var(--code-background);
|
background: var(--code-background);
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border: solid 1px var(--primary-border-color);
|
border: solid 1px var(--primary-border-color);
|
||||||
border-radius: calc(var(--main-border-radius) / 2);
|
border-radius: var(--main-border-radius);
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background: unset;
|
background: unset;
|
||||||
|
|
Loading…
Reference in a new issue