Elastic: Make the watermark logo gray
This commit is contained in:
parent
28627a64a8
commit
4244253ca0
1 changed files with 3 additions and 2 deletions
|
@ -319,8 +319,9 @@ a.history {
|
||||||
|
|
||||||
// E.g. notes preview frame
|
// E.g. notes preview frame
|
||||||
.watermark {
|
.watermark {
|
||||||
background: url("@{skin-path}/images/logo.svg") center no-repeat;
|
background: url("@{skin-path}/images/logo.svg") center no-repeat #fff;
|
||||||
background-size: 30% auto;
|
background-size: 30%;
|
||||||
|
background-blend-mode: luminosity;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue