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;
|
||||
}
|
||||
|
||||
button {
|
||||
appearance: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* headers */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 900;
|
||||
|
@ -358,9 +363,7 @@ nav ul li:last-child {
|
|||
}
|
||||
|
||||
.pagination button {
|
||||
appearance: none;
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue