core: make entire card same border radius

This commit is contained in:
Trianta 2024-11-25 15:34:53 -06:00
parent 343af77bd1
commit f1346a628c

View File

@ -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;