make inline code blocks less jarring

This commit is contained in:
ktyl 2022-05-28 21:49:58 +01:00
parent 9287ade772
commit 6e7351976e
1 changed files with 1 additions and 2 deletions

View File

@ -52,11 +52,10 @@
}
.page .blog p code {
font-size: 1.2em;
height: 0.8em;
padding: 0.07em 0.25em;
margin: 0 0.1em;
background-color: var(--foreground);
background-color: var(--foreground-inactive);
color: var(--background);
border-radius: .3em;
}