From b3ba9aba1c7a9a9d48dd532060ec23de54a1031a Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:12:22 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index fbfc0ae7..7f415eff 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -242,7 +242,7 @@ html { transition: 0.5s ease-in-out; background-color: #0A0A16; - border-radius: 20px; + border-radius: 25px; user-select: none; -webkit-user-select: none;