tor-browser

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

canvas-index.css (334B)


      1 body {
      2    font-size: small;
      3    font-family: sans-serif;
      4 }
      5 
      6 a {
      7    text-decoration: none;
      8 }
      9 
     10 a:hover {
     11    text-decoration: underline;
     12 }
     13 
     14 h3 {
     15    display: inline;
     16    font-size: medium;
     17 }
     18 
     19 h3 + p {
     20    display: inline;
     21    margin-left: 0.5em;
     22 }
     23 
     24 li {
     25    list-style-type: none;
     26 }
     27 
     28 ul {
     29    padding-left: 2em;
     30    margin-left: 0;
     31 }