More fixes

This commit is contained in:
root
2025-06-08 12:01:14 +00:00
parent 43031a1aa4
commit d0b0346016
22 changed files with 7187 additions and 8 deletions

View File

@@ -60,14 +60,16 @@ body {
.btn-secondary {
background: white;
color: #144784;
color: #144784 !important;
border: 2px solid #144784;
text-decoration: none !important;
}
.btn-secondary:hover {
background: #144784;
color: white;
color: white !important;
transform: translateY(-2px);
text-decoration: none !important;
}
.btn-full {