Skip to content

Preview cards: Fix transparency for Safari #20

Merged
merged 1 commit into from
Nov 4, 2019

Commits on Nov 4, 2019

  1. 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)`.
    donald committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    d0c37e0 View commit details
    Browse the repository at this point in the history