diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 3d513f2..4497f90 100644 --- a/static/styles.css +++ b/static/styles.css @@ -16,12 +16,12 @@ section { .ssb-post img { max-width: 100%; - background-color: #eee; } img.ssb-emoji { height: 1em; width: auto; + border: none; } .nav-bar { |