More consistent color for close button in alert

This commit is contained in:
David Larlet 2023-10-27 13:40:44 -04:00
parent bfd4b96807
commit 4250712741
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -843,7 +843,7 @@ input:invalid {
width: 100px;
line-height: 1;
margin: .5rem;
background-color: #666;
background-color: #202425;
font-size: .7rem;
}
#umap-alert-container .umap-close-icon {