diff --git a/static/styles.css b/static/styles.css index cdcb78af..ed0e01d2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -80,7 +80,17 @@ a.back:hover { code, .hashtag { background-color: #272822; - border-radius: 0.25em; color: #f8f8f2; +} + +code:not(pre code), .hashtag { + border-radius: 0.25em; padding: 0.05em 0.25em; +} + +pre code { + display: block; + padding: 1em; + border-radius: 0.5em; + overflow-x: auto; } \ No newline at end of file