tor-browser

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

getMatchingCSSRules-1.css (159B)


      1 unknowntagname {
      2  z-index: 1;
      3 }
      4 
      5 @keyframes anim {
      6  from {
      7    z-index: 1;
      8  }
      9  to {
     10    z-index: 1;
     11  }
     12 }
     13 
     14 .anim {
     15  animation: anim 1s infinite linear;
     16 }