From 1feeda1d543a2fc81e6cb5311499a9c6fdc7fc21 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Thu, 7 Mar 2024 19:11:15 +0000 Subject: [PATCH] Shadows --- static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 49eb265..c28a3ff 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -375,6 +375,7 @@ body { border-radius: 8px; min-width: 338.5px; z-index: 3; + box-shadow: grey 4px 4px 16px 1px; } .optionsDiv button { @@ -391,6 +392,7 @@ body { background-color: var(--theme-color); border-radius: 8px; cursor: pointer; + box-shadow: grey 4px 4px 16px 1px; } .optionsDiv .normalButton { @@ -520,6 +522,8 @@ body { .inoutdiv { margin: 10%; padding: 15px; + box-shadow: grey 4px 4px 16px 1px; + border-radius: 25px; } .inoutdiv input { @@ -533,6 +537,7 @@ body { border-color: var(--border-color); border-width: 1px; border-radius: 8px; + box-shadow: grey 4px 4px 16px 1px; } .inoutdiv button { @@ -547,6 +552,7 @@ body { border-radius: 8px; font-size: 14px; + box-shadow: grey 4px 4px 16px 1px; } .inoutdiv a { @@ -631,6 +637,7 @@ body { text-decoration: none; background-color: var(--theme-color); border-radius: 8px; + box-shadow: gray 4px 4px 16px 1px; } .mainDiv .feature { @@ -650,6 +657,7 @@ body { padding-bottom: 15px; font-size: 17px; padding-bottom: 30px; + box-shadow: gray 4px 4px 16px 1px; } .mainDiv .green { @@ -673,6 +681,7 @@ body { padding: 10px; border-radius: 10px; transition: background-color .2s; + box-shadow: gray 4px 4px 16px 1px; } .links a:hover {