From 82eaa5e8ed3aaa5d70842d50e610ecd5016473ac Mon Sep 17 00:00:00 2001 From: Cole Crouter Date: Mon, 18 Nov 2024 22:19:15 +0000 Subject: [PATCH] Formatted CSS --- src/root.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/root.css b/src/root.css index c77e633..58ff1bc 100644 --- a/src/root.css +++ b/src/root.css @@ -48,9 +48,7 @@ input[type="number"] { border-right-color: #6f3b31; border-top-color: #6f3b31; background-color: #f9bb65; - box-shadow: - inset -2px 2px 0 #e38813, - -2px 2px 1px rgba(0, 0, 0, 0.2); + box-shadow: inset -2px 2px 0 #e38813, -2px 2px 1px rgba(0, 0, 0, 0.2); } input[type="text"]:disabled,