A small cosmetical change to CSS, so the inline code markup () will be having the same background color as a standalone code block. Basically to make it look more like stackoverflow

This commit is contained in:
kha84 2023-02-25 18:06:16 +03:00
parent 00edb4af9b
commit 920a7e0a85
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ blockquote { padding-left: 1em; border-left: 0.2em solid var(--accent-a3); borde
pre { white-space: pre-wrap; padding: 0.3em 0.5em; background: var(--bg-page-inset); border-radius: 0.25em; box-shadow: inset 0 0 0.5em var(--shadow); }
code { font-size: 1.1em; }
code:not(:has(> pre)) { background: var(--bg-page-inset); }
a { cursor: pointer; }
a:focus { outline-width: 0.1em; }