singleton.scss 184 B

1234567891011
  1. body {
  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. }