Elastic: Make the watermark logo gray

This commit is contained in:
Aleksander Machniak 2018-11-16 11:34:38 +01:00
parent 28627a64a8
commit 4244253ca0

View file

@ -319,8 +319,9 @@ a.history {
// E.g. notes preview frame
.watermark {
background: url("@{skin-path}/images/logo.svg") center no-repeat;
background-size: 30% auto;
background: url("@{skin-path}/images/logo.svg") center no-repeat #fff;
background-size: 30%;
background-blend-mode: luminosity;
width: 100%;
height: 100%;