index.scss 215 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 body { margin: 0; padding: 0; font-family: sans-serif; } ul { padding: 0; } li { list-style-type: none; } a { color: #258fb8; text-decoration: none; &:hover { text-decoration: underline; } }