tor-browser

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

target-text-bg-is-same-as-dark-ref.html (328B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Reference: Background color is yellow-20, therefore the highlight must be yellow-00</title>
      4 <style>
      5  body { background:#f5cc58; }
      6 
      7  .hl { background:#fff4d0; color:#000; }
      8 </style>
      9 
     10 <p><span class="hl">HighlightThis</span> is a keyword to test ::target-text highlight colour.</p>