add subtle border for modals on midnight theme

pull/1/head
Aevann1 2022-11-30 01:54:04 +02:00
parent 2004d78226
commit 880b0e36ab
1 changed files with 4 additions and 0 deletions

View File

@ -64,3 +64,7 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
h5.post-title a:visited {
color: #6e6e6e !important;
}
.modal-content {
border: 3px var(--gray-500) solid;
}