Skip to content

Commit

Permalink
πŸ› Remove background mask for graph
Browse files Browse the repository at this point in the history
  • Loading branch information
sercanuste committed Sep 22, 2022
1 parent f0038b0 commit a331d49
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions static/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,3 @@ article .graph {
opacity: var(--graph-opacity);
filter: var(--graph-filter);
}

@media (max-width: 500px) {
.graph {
-webkit-mask-image: linear-gradient(to left, black, transparent);
mask-image: linear-gradient(to left, black, transparent);
}
}

0 comments on commit a331d49

Please sign in to comment.