Blame view

client/stylesheets/custom.css 170 Bytes
7efc6960d   anuj_thakur   navigation fixes
1
2
3
4
5
6
  body
  {
    background:  -webkit-linear-gradient(#00b395, #00cdaa);
    background:  -o-linear-gradient(#00b395, #00cdaa);
    background:  linear-gradient(#00b395, #00cdaa);
  }