universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

other.css (441B)


      1 a {
      2  color: inherit;
      3 }
      4 
      5 img {
      6  max-width: 100%;
      7  max-height: 100%;
      8 }
      9 
     10 ul {
     11  list-style-type: none;
     12  padding-right: 40px;
     13 }
     14 
     15 .onionlink {
     16  color: #7d4698;
     17  float: right;
     18 }
     19 
     20 .clearnetlink {
     21  float: right;
     22  color: #856300;
     23 }
     24 
     25 span.line {
     26  display: inline-block;
     27 }
     28 
     29 html {
     30  overflow-x: hidden;
     31  width: 100vw;
     32  font-family: "Lucida Grande";
     33 }
     34 
     35 html {
     36  box-sizing: border-box;
     37  height: 100%;
     38 }