From 33ed70c935183a9db72d60da63675ebc3b5ef898 Mon Sep 17 00:00:00 2001 From: lovelytransgirl Date: Wed, 18 Jun 2025 19:28:25 +0700 Subject: [PATCH] Adjust nameBox to look like miro --- src/css/nameBox.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/css/nameBox.css b/src/css/nameBox.css index 622135a..0703393 100644 --- a/src/css/nameBox.css +++ b/src/css/nameBox.css @@ -4,7 +4,7 @@ align-items: center; width: 20vw; min-width: 100px; - background-color: #8391b8; + background-color: #a2b7e4; color: white; border-style: solid; border-color: #8391b8; @@ -13,4 +13,8 @@ position: absolute; transform: translateY(-40px); z-index: 2; + border-radius: 25px; + + /*#a2b7e4*/ + /*#8391b8*/ }