diff --git a/static/style.css b/static/style.css index a9d893a..d53e5c9 100644 --- a/static/style.css +++ b/static/style.css @@ -1199,6 +1199,12 @@ a.search_subreddit:hover { overflow-wrap: anywhere; } +.post_body pre { + background: var(--background); + overflow-x: auto; + margin: 10px 0; +} + .post_body img { max-width: 100%; display: block;