From 8254f60f18f994eaa7692b9dbe8762c28b26a62b Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Thu, 7 Mar 2024 19:26:36 +0000 Subject: [PATCH 1/2] Really, no more shadows --- static/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 2972d06..ef21437 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -633,7 +633,6 @@ body { text-decoration: none; background-color: var(--theme-color); border-radius: 8px; - box-shadow: gray 4px 4px 16px 1px; } .mainDiv .feature { @@ -653,7 +652,6 @@ body { padding-bottom: 15px; font-size: 17px; padding-bottom: 30px; - box-shadow: gray 4px 4px 16px 1px; } .mainDiv .green { @@ -677,7 +675,6 @@ body { padding: 10px; border-radius: 10px; transition: background-color .2s; - box-shadow: gray 4px 4px 16px 1px; } .links a:hover { From 8398432ece08ebde33b4d147e3fe55b1f7ff4165 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Thu, 7 Mar 2024 19:30:26 +0000 Subject: [PATCH 2/2] Non-ugly borders --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index ef21437..a71ab16 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -347,7 +347,7 @@ body { } .noteBox:focus { - outline: none + outline: none; } .optionsCoverDiv { @@ -517,9 +517,9 @@ body { .inoutdiv { margin: 10%; - padding: 15px; - + padding: 30px; border-radius: 25px; + border: solid 1px var(--border-color); } .inoutdiv input {