remove homepage login button border color

This commit is contained in:
jingrow 2025-12-22 02:29:07 +08:00
parent fb7f7efc85
commit dd04df14a9

View File

@ -1694,18 +1694,15 @@ onUnmounted(() => {
:deep(.login-btn) {
background: #e6f8f0 !important;
border: 1px solid #1fc76f !important;
color: #0d684b !important;
&:hover {
background: #dcfce7 !important;
border-color: #1fc76f !important;
color: #166534 !important;
}
&:active {
background: #1fc76f !important;
border-color: #1fc76f !important;
color: white !important;
}
}