zerotab

Zerotab - the zero-javascript lightweight startpage.
git clone git://git.alex.balgavy.eu/zerotab.git
Log | Files | Refs | README

light.scss (217B)


      1 @import "style";
      2 ul#links {
      3   li {
      4     background: cornflowerblue;
      5     ul {
      6       background: cornflowerblue;
      7     }
      8     li:hover {
      9       background: darken(#aaaaee, 10%);
     10     }
     11     a {
     12       color: white;
     13     }
     14   }
     15 }