chore: trim styles
This commit is contained in:
parent
264ba92590
commit
00db6f5c33
1 changed files with 5 additions and 2 deletions
|
@ -166,6 +166,11 @@ em {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
appearance: none;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* headers */
|
/* headers */
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
@ -358,9 +363,7 @@ nav ul li:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination button {
|
.pagination button {
|
||||||
appearance: none;
|
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue