tor-browser

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

js-test-style.css (293B)


      1 .pass {
      2    font-weight: bold;
      3    color: green;
      4 }
      5 .fail {
      6    font-weight: bold;
      7    color: red;
      8 }
      9 .warn {
     10    font-weight: bold;
     11    color: yellow;
     12    text-shadow: 1px 1px #ff0000
     13 }
     14 #console {
     15    white-space: pre-wrap;
     16    font-family: monospace;
     17 }
     18 body {
     19    background-color: #ffffff;
     20 }