Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preview cards: Fix transparency for Safari
Safari seems to be strict about the arguments to linear-gradient in style sheets. `transparent` is not a color. Replace with `rgba(255,255,255,0)`.
- Loading branch information