From 6423f2eeaf64aa3a47f979399bf579f4c584307d Mon Sep 17 00:00:00 2001 From: code913 <54856929+code913@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:21:06 +0000 Subject: [PATCH] refactor: unnecessary; overriden by material ui buttons --- static/reset.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/static/reset.css b/static/reset.css index 44994b9..0a8072d 100644 --- a/static/reset.css +++ b/static/reset.css @@ -21,18 +21,4 @@ body { body p:not(:last-child) { margin-block-end: 1.6875em; -} - -button { - display: inline-block; - border: none; - color: inherit; - font-size: 1rem; - cursor: pointer; - text-align: center; - vertical-align: center; - box-shadow: none; - appearance: none; - -webkit-appearance: none; - -moz-appearance: none; } \ No newline at end of file