tor-browser

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

external-variable-reference.css (49B)


      1 :root {
      2  --a: green;
      3 }
      4 p {
      5  color: var(--a);
      6 }