From 724acf07f99c484ad8f11c3a071c33270cffab84 Mon Sep 17 00:00:00 2001
From: Conrad Zelck <git@simpel.cc>
Date: Tue, 28 Sep 2021 01:04:24 +0200
Subject: [PATCH] chore: remove unused css items

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 style.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/style.css b/style.css
index 45df2c8..af009f0 100644
--- a/style.css
+++ b/style.css
@@ -60,11 +60,11 @@ main {
     display: flex;
 }
 
-label, input, button, select {
+label, input {
   display: block;
 }
 
-button, input, select {
+input {
   font-size: medium;
   height: 2.5em;
   margin-top: 0.2em;
@@ -77,14 +77,14 @@ button, input, select {
 }
 
 /* makes input listening to height so input and select have the same height */
-input, select {
+input {
   color: #333;
   border-color: white;
   background-color: white;
   box-sizing: border-box;
 }
 
-input[type="text"], select {
+input[type="text"] {
   width: 70ch;
   max-width: calc(100vw - 8vmin);
 }
-- 
GitLab