tor-browser

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

html-precedence-003.css (308B)


      1 #user-stylesheet-indication
      2 {
      3    /* Used by the harness to display and indication there is a user-stylesheet applied */
      4    display: block!important;
      5 }
      6 #htmlPrecedence003
      7 {
      8    /* Used by the test to hide the prerequsite */
      9    display: none;
     10 }
     11 *
     12 {
     13    color: red;
     14 }
     15 font
     16 {
     17    text-decoration: underline;
     18 }