fix webkit mask url

This commit is contained in:
Sunny Rahul 2022-07-12 10:57:26 +02:00
parent a361a1005e
commit 0a86234cfd

View File

@ -98,6 +98,7 @@ a.active{
#global-graph-svg{
background: black;
mask: url(graph.svg);
-webkit-mask-image: url(graph.svg);
cursor:pointer;
}
#global-graph-svg:hover{