tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

large-boxshadow-ellipse.yaml (280B)


      1 ---
      2 root:
      3  items:
      4  - type: box-shadow
      5    bounds: [ 0, 0, 1024, 1024 ]
      6    color: green
      7    clip-mode: outset
      8    blur-radius: 10
      9    border-radius: {
     10        top-left: [10, 30],
     11        top-right: [10, 30],
     12        bottom-left: [30, 10],
     13        bottom-right: [30, 10],
     14    }