tor-browser

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

variables-ruletree-cache-02.html (214B)


      1 <!DOCTYPE html>
      2 <style>
      3  div#a { --foo: purple }
      4  div#b { --foo: blue }
      5  p { background-color: var(--foo) }
      6 </style>
      7 <div id="a"><p>This should be purple.</p></div>
      8 <div id="b"><p>This should be blue.</p></div>