From 1307f843a1eacfddd2c7522d7cb29b2e5ba979ab Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 10 Jan 2024 22:07:21 +0800 Subject: [PATCH] :lipsticks: --- app/stage/auth.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/app/stage/auth.html b/app/stage/auth.html index 8f852803c..792c2e597 100644 --- a/app/stage/auth.html +++ b/app/stage/auth.html @@ -65,7 +65,7 @@ .b3-button:hover, .b3-button:focus { outline: none; text-decoration: none; - box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, .12); + box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 0.2), 0px 8px 10px 1px rgb(0 0 0 / 0.14), 0px 3px 14px 2px rgb(0 0 0 / 0.12); } .b3-button:active { @@ -74,20 +74,8 @@ } .b3-button--white { - color: var(--b3-theme-primary); - box-shadow: inset 0 0 0 1px var(--b3-theme-primary); - background-color: #fff; - } - - .b3-button--white:hover, - .b3-button--white:focus { - background-color: #e8eefc; - box-shadow: inset 0 0 0 1px var(--b3-theme-primary); - } - - .b3-button--white:active { - background-color: var(--b3-theme-primary-lighter); - box-shadow: inset 0 0 0 1px var(--b3-theme-primary); + color: rgb(13, 60, 97); + background-color: #d6eaf9; } .b3-text-field {