This commit is contained in:
Jose
2026-02-14 19:22:01 +01:00
parent f0abb85b1f
commit abe50d6d1c
2 changed files with 14 additions and 4 deletions

View File

@@ -114,6 +114,16 @@ footer {
color: var(--muted);
}
button span {
text-decoration: none !important;
color: inherit !important;
}
.login-register-btn span {
text-decoration: none !important;
color: inherit !important;
}
.modal-body {
background-color: transparent;
}