Skip to content

Commit

Permalink
Added gradient graph
Browse files Browse the repository at this point in the history
  • Loading branch information
IvLaptev authored Feb 20, 2021
1 parent a81bcd6 commit 48882d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@
--graph-opacity: 1;
/* --graph-filter: brightness(0.35) sepia(1) hue-rotate(88deg) saturate(8); */
}

.graph {
-webkit-mask-image: linear-gradient(to left, black, transparent);
mask-image: linear-gradient(to left, black, transparent);
}

0 comments on commit 48882d1

Please sign in to comment.