added multiply effect
This commit is contained in:
parent
44c69e7ea9
commit
9a740f5fee
|
@ -1231,9 +1231,9 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper #junta-directiva img,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper img.fotocopia {
|
||||
filter: grayscale(1) contrast(1) brightness(1);
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .fotocopia img,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .multiply img {
|
||||
filter: saturate(150) grayscale(1) contrast(10);
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -20,9 +20,13 @@ figure {
|
|||
// }
|
||||
//}
|
||||
|
||||
#junta-directiva img,img.fotocopia {
|
||||
filter: grayscale(1) contrast(1) brightness(1);
|
||||
mix-blend-mode: multiply;
|
||||
.fotocopia,.multiply {
|
||||
//http://stackoverflow.com/questions/52936926/ddg#52936970
|
||||
img{
|
||||
//filter: grayscale(1) contrast(1) brightness(1);
|
||||
filter: saturate(150) grayscale(1) contrast(10);
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
}
|
||||
|
||||
//mapas leaflet
|
||||
|
|
Loading…
Reference in New Issue