tor-browser

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

custom-highlight-painting-below-grammar-ref.html (161B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <style>
      4  ::grammar-error {
      5    background-color: lime;
      6    color: green;
      7  }
      8 </style>
      9 <span>Many thing can happen.</span>