tor-browser

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

forced-colors-002.html (302B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>forced colors none should match with no forced colors</title>
      4 
      5 <style>
      6    div {
      7        width: 100px;
      8        height: 100px;
      9    }
     10    @media(forced-colors: none) {
     11        div {
     12            outline: 2px solid black;
     13        }
     14    }
     15 </style>
     16 <div></div>