Feature: Página de sistema (DB info) + Fix tema claro

This commit is contained in:
2026-02-20 14:54:56 -06:00
parent 4437deb505
commit 6a50e64b42
3 changed files with 216 additions and 0 deletions

View File

@@ -105,6 +105,42 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
background: linear-gradient(135deg, #3d4a32 0%, #2a3024 100%);
}
[data-bs-theme="light"] .login-card {
background: rgba(245, 243, 237, 0.95);
}
[data-bs-theme="light"] .login-body {
background: rgba(245, 243, 237, 0.5);
}
[data-bs-theme="light"] .form-label {
color: #1a1f16;
}
[data-bs-theme="light"] .form-control {
background: rgba(255, 255, 255, 0.9);
color: #1a1f16;
}
[data-bs-theme="light"] .form-control:focus {
background: #fff;
color: #1a1f16;
}
[data-bs-theme="light"] .form-control::placeholder {
color: rgba(26, 31, 22, 0.5);
}
[data-bs-theme="light"] .login-subtitle {
color: #1a1f16;
}
[data-bs-theme="light"] .alert-danger {
background: rgba(139, 58, 58, 0.15);
color: #8b3a3a;
border-color: #8b3a3a;
}
.login-card {
background: rgba(26, 31, 22, 0.95);
border: 2px solid var(--military-green);