diff options
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index f87534a..05deeb8 100644 --- a/assets/style.css +++ b/assets/style.css @@ -137,5 +137,9 @@ hr { code { /* what a horrible hack*/ font-family: monospace, serif; + padding: 0.1em 0.2em; + background: black; + border: 1px solid var(--overlay); + border-radius: 4px; white-space: preserve nowrap; } |