chore: trim styles

This commit is contained in:
Cory Dransfeldt 2024-01-01 13:36:52 -08:00
parent 264ba92590
commit 00db6f5c33
No known key found for this signature in database

View file

@ -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;
} }