fix modals

This commit is contained in:
beese_buck 2022-01-19 15:28:34 -08:00 committed by GitHub
parent 9648762663
commit 391f636c9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,3 +119,7 @@ blockquote {
.fa-robot {
color: var(--secondary) !important
}
.modal-content {
background-color: var(--gray-700)
}