mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-13 01:23:01 +00:00
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:
parent
00edb4af9b
commit
920a7e0a85
1 changed files with 1 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue