diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -149,4 +149,15 @@ a:hover { color: var(--linkalt); } - +pre code { + font-size: small; + display: block; + background: none; + background-color: black; + white-space: pre; + -webkit-overflow-scrolling: touch; + overflow-x: scroll; + max-width: 75%; + min-width: 100px; + padding: 0; +} |
