پراپ پراپی

از ویکی تریدر | اولین دانشنامه تخصصی بازارهای مالی فارکس و ارز دیجیتال

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