hic-et-nunc/assets/css/src/_reset.scss

22 lines
289 B
SCSS
Raw Normal View History

2026-05-14 17:22:34 +02:00
button {
border: none;
padding: 0;
margin: 0;
text-align: inherit;
font: inherit;
cursor: pointer;
2026-06-03 15:50:27 +02:00
background-color: transparent;
2026-06-04 15:33:30 +02:00
color: inherit;
2026-05-14 17:22:34 +02:00
}
2026-06-05 12:13:02 +02:00
nav li {
list-style: none;
}
h1,
h3 {
font-weight: normal;
font-size: inherit;
line-height: inherit;
margin: 0;
}