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;
|
|
|
|
|
}
|
2026-06-30 17:54:18 +02:00
|
|
|
|
|
|
|
|
h1,
|
|
|
|
|
h3 {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|