From f1346a628ccc5a3ad74dc381169edaeedb1d633b Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:34:53 -0600 Subject: [PATCH] core: make entire card same border radius --- default.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/default.css b/default.css index cf6e7eb..08efe3c 100644 --- a/default.css +++ b/default.css @@ -132,9 +132,7 @@ a.button { .card { background: #363a4f; text-align: center; - border-radius: 6px; - border-top-left-radius: 18px; - border-top-right-radius: 18px; + border-radius: 18px; animation: card 3s linear infinite; width: 800px; height: 800px;