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*/ }