Restore select button border

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-10 23:29:50 +09:00
parent 49766d149e
commit 24564d6c35
+1 -1
View File
@@ -218,7 +218,7 @@ h1 {
.select-button { .select-button {
margin-bottom: 14px; margin-bottom: 14px;
background: #ffffff; background: #ffffff;
box-shadow: none; box-shadow: inset 0 0 0 1.5px rgba(137, 166, 158, 0.55);
color: #565656; color: #565656;
font-size: clamp(24px, 4.6vw, 32px); font-size: clamp(24px, 4.6vw, 32px);
} }