tor-browser

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

target-text-black-ref.html (314B)


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