• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1body {
2  p { line-height: 1.5em; }
3  span { font-weight: 700; }
4  a {
5    text-decoration: none;
6    &:hover {
7      text-decoration: underline;
8      font-size: (10px/3);
9    }
10  }
11}
12