tor-browser

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

inset-alpha.yaml (379B)


      1 ---
      2 root:
      3  items:
      4        - type: stacking-context
      5          bounds: [0, 0, 100, 100]
      6          items:
      7            - type: rect
      8              bounds: [ 0, 0, 100, 100 ]
      9              color: [0, 255, 0]
     10            - type: box-shadow
     11              bounds: [ 0, 0, 100, 100 ]
     12              clip-mode: inset
     13              color: [255, 255, 255, 0.1]
     14              blur-radius: 100