diff --git a/usr/themes/default/style.css b/usr/themes/default/style.css index 4dfaed07..97c1cc20 100644 --- a/usr/themes/default/style.css +++ b/usr/themes/default/style.css @@ -350,6 +350,11 @@ textarea { .post-content img, .comment-content img { max-width: 100%; } +.post-content a img { + background: #FFF; + position: relative; + bottom: -4px; +} .post-content hr, .comment-content hr { margin: 2em auto; width: 100px;