ebs/assets/styles/_reset.scss
2023-12-21 08:49:38 +01:00

10 lines
123 B
SCSS

a {
text-decoration: none;
color: inherit;
}
ul {
margin-top: 0;
padding: 0;
list-style-type: none;
}