diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 7903315e..cad1171d 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -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; }