feat: color modal

This commit is contained in:
2021-03-26 16:51:23 +01:00
parent e576420168
commit c54c4558c1
11 changed files with 225 additions and 91 deletions

View File

@ -66,3 +66,7 @@ button:not(:disabled):active {
button:focus {
border-color: #666;
}
body.modal-visible{
overflow: hidden !important;
}