From 00db6f5c33d4d7cb4b60642db7aeb61f6f667ba7 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 1 Jan 2024 13:36:52 -0800 Subject: [PATCH] chore: trim styles --- src/assets/styles/index.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; }