22 lines
No EOL
289 B
SCSS
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;
|
|
} |