tor-browser

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

text-emphasis-visited-inheritance-ref.html (407B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com">
      4 <link rel="help" href="https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector">
      5 <style>
      6  :root {
      7    font-size: 50px;
      8  }
      9 </style>
     10 <main>
     11 <a href="">
     12    Simply <em style="text-emphasis-style: '!'; text-emphasis-color: green;">UNACCEPTABLE</em>.
     13 </a>
     14 </main>