Fix button colors

This commit is contained in:
Krzysztof Sikorski 2024-01-22 02:14:15 +01:00
parent 2d14728355
commit c31530ff62
Signed by: krzysztof-sikorski
GPG key ID: 4EB564BD08FE8476

View file

@ -41,3 +41,9 @@ footer {
padding-bottom: 1rem;
}
}
.btn-light {
--bs-btn-color: var(--text-dark);
--bs-btn-bg: var(--bg-light);
border-style: none;
}