Make code block border radius consistent with the rest of the site

This commit is contained in:
Neil Brommer 2023-07-13 14:43:21 -07:00
parent f4086ae739
commit 692db7065e

View file

@ -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;