diff options
-rw-r--r-- | index.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -153,8 +153,11 @@ section > h2 { } section pre { + background-color: white; + border: 1px solid black; + border-radius: 3px; overflow-x: auto; - padding-left: 0.5rem; + padding: 0.5rem; font-size: 0.9rem; line-height: 1.1rem; } |