tor-browser

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

custom-highlight-painting-001-ref.html (201B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4    .highlighted {
      5      background-color: yellow;
      6      color: blue;
      7    }
      8 </style>
      9 <body><span class="highlighted">One two </span><span>three…</span>