From 2339122c890c01a43227d0a6773bd137869333ba Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Wed, 6 Dec 2023 20:42:22 -0600 Subject: [PATCH] Remove all that useless crap!!! --- static/style.css | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/static/style.css b/static/style.css index 03b3bb6..ea80adc 100644 --- a/static/style.css +++ b/static/style.css @@ -10,7 +10,7 @@ * { text-align: center; color: var(--text-color); - font-family: 'Rubik', Verdana, Geneva, Tahoma, sans-serif; + font-family: Verdana, Geneva, Tahoma, sans-serif; } h1, @@ -33,11 +33,6 @@ html { background-color: var(--background-color); } -.grid-container { - width: 100%; - margin: auto; -} - select, input { display: block; @@ -55,29 +50,5 @@ input { select:hover, input:hover { - color: var(--text-color); border-color: var(--text-color) -} - -label { - font-size: 1.5rem; -} - -hr { - opacity: 0.3; -} - -.note { - font-size: 1.1rem; - color: white; -} - -.setting { - display: block; - margin: 5px; -} - -div, a, h2 { - padding: 0 !important; - margin: auto !important; } \ No newline at end of file