usmannasir 2025-08-02 10:12:12 +05:00
parent 695425a8d6
commit dbf1d134fb
1 changed files with 4 additions and 3 deletions

View File

@ -134,14 +134,15 @@
}
.btn-primary {
background: #5b5fcf;
color: white;
background: #5b5fcf !important;
color: white !important;
}
.btn-primary:hover {
background: #4a4fc4;
background: #4a4fc4 !important;
box-shadow: 0 4px 12px rgba(91,95,207,0.3);
transform: translateY(-1px);
color: white !important;
}
.btn-secondary {