mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Tweak font size of code blocks
This commit is contained in:
parent
5a788aca78
commit
9249903d59
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ main:not(.printable) { position: relative; z-index: 1000; padding: 2em 2em 0.5em
|
|||
blockquote { padding-left: 1em; border-left: 0.2em solid var(--accent-a3); border-radius: 0.2rem; }
|
||||
|
||||
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; }
|
||||
|
||||
a { cursor: pointer; }
|
||||
a:focus { outline-width: 0.1em; }
|
||||
|
|
Loading…
Reference in a new issue