Fixed modal title heading accessibility issue

This commit is contained in:
2025-11-02 23:02:31 +01:00
parent 81a09bd11a
commit 80890ed3a1
7 changed files with 21 additions and 17 deletions

View File

@@ -64,3 +64,7 @@ body {
color: #f8f9fa !important;
border-color: #666 !important;
}
h3.modal-title {
font-size: 1.25rem;
}