zerotab

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

light.scss (339B)


      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     &.separator {
     16       color: white;
     17 
     18       &::before, &::after {
     19         border-bottom: 1px solid white;
     20       }
     21     }
     22   }
     23 }