mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
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:
parent
03c80e0669
commit
1be3634160
1 changed files with 1 additions and 2 deletions
|
@ -320,8 +320,7 @@ th {
|
|||
|
||||
#body img.border,
|
||||
#body .video-container.border {
|
||||
border: 2px solid #e6e6e6;
|
||||
padding: 2px;
|
||||
border: 2px solid rgba( 134, 134, 134, .125 );
|
||||
}
|
||||
|
||||
#body img.shadow,
|
||||
|
|
Loading…
Reference in a new issue