پراپ پراپی
<style>
/* استایل اختصاصی برای دکمه بررسی تخصصی */ .special-button { background: linear-gradient(45deg, #42EB9C, #2FA674) !important; color: #002060 !important; /* تغییر رنگ متن به سورمهای */ font-size: 18px !important; /* بزرگتر کردن متن */ font-weight: bold; /* ضخیمتر کردن متن */ }
/* اطمینان از اعمال رنگ و اندازه در تمامی حالتها */ .special-button:link, .special-button:visited, .special-button:hover, .special-button:active { color: #002060 !important; font-size: 18px !important; }
.special-button:hover { background: linear-gradient(45deg, #2FA674, #1C8B61) !important; }
</style>