💄 style(code tags): set border radius to inline code

Improves cohesion with the rest of the theme.
This commit is contained in:
welpo
2023-09-10 00:20:33 +02:00
parent 355df550fc
commit 0a61bd3405

View File

@@ -1,4 +1,5 @@
code { code {
border-radius: 5px;
background-color: var(--bg-1); background-color: var(--bg-1);
padding: 0.1em 0.2em; padding: 0.1em 0.2em;
font-family: var(--code-font); font-family: var(--code-font);