hic-et-nunc/assets/css/src/_reset.scss
camille 6bfd9ae262
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
Fixed home slideshow + new version page infos
2026-06-30 17:54:18 +02:00

22 lines
No EOL
289 B
SCSS

button {
border: none;
padding: 0;
margin: 0;
text-align: inherit;
font: inherit;
cursor: pointer;
background-color: transparent;
color: inherit;
}
nav li {
list-style: none;
}
h1,
h3 {
font-weight: normal;
font-size: inherit;
line-height: inherit;
margin: 0;
}