tor-browser

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

target-text-light-ref.html (275B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Reference: Light background should use yellow-20 for highlight</title>
      4 <style>
      5  .hl { background:#f5cc58; color:#000; }
      6 </style>
      7 
      8 <p><span class="hl">HighlightThis</span> is a keyword to test ::target-text highlight colour.</p>