theme: set image border to background dependend color #411

- to be more in line with eg. blockquote bars
- and remove padding - looked wierd for colored background
This commit is contained in:
Sören Weber 2022-12-02 15:49:39 +01:00
parent 03c80e0669
commit 1be3634160
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -320,8 +320,7 @@ th {
#body img.border, #body img.border,
#body .video-container.border { #body .video-container.border {
border: 2px solid #e6e6e6; border: 2px solid rgba( 134, 134, 134, .125 );
padding: 2px;
} }
#body img.shadow, #body img.shadow,