tor-browser

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

456147.css (571B)


      1 /* In order to ensure consistency between the HTML reference and XUL
      2   test case, we explicitly specify all relevant style properties.  */
      3 * {
      4  margin: 0;
      5  padding: 0;
      6  border: none;
      7  background-color: transparent;
      8 }
      9 window {
     10  padding: 8px;
     11  background-color: white;
     12 }
     13 label, description {
     14  color: black;
     15  font: normal normal normal 12pt/14pt serif;
     16  height: 30px;
     17 }
     18 vbox#under {
     19  text-decoration: underline;
     20  text-decoration-skip-ink: none;
     21  color: orange;
     22 }
     23 vbox#strike {
     24  text-decoration: line-through;
     25  text-decoration-skip-ink: none;
     26  color: blue;
     27 }