universe

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

tip.css (320B)


      1 .tip{ background-color: var(--tip); border: 1px; padding: 3px; padding-left: 10px; padding-right: 10px;  }
      2 
      3 .tip p{ color: white; margin-top: 0; margin-bottom: 0;}
      4 
      5 .tip ul{color: white;}
      6 
      7 .tip a:link{
      8    color: white;
      9 }
     10 .tip a:visited{
     11    color: #B1A1C9;
     12 }
     13 .tip a:hover{
     14    color: white;
     15    text-decoration: none;
     16 }