diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 7b0db28f..28f45ddf 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -251,7 +251,10 @@ blockquote { } .highlight { - background: none !important; + background: #311b4f26 !important; + padding: 20px; + box-sizing: border-box; + border-radius: 8px; text-align: left !important; overflow-x: scroll; } |
