Make the close icon on banners more visible

Fixes #4165
This commit is contained in:
Tom Hughes 2023-08-14 08:31:10 +01:00
parent 7912b7620f
commit e6a8b40098
2 changed files with 6 additions and 1 deletions

View file

@ -460,6 +460,11 @@ body.small-nav {
display: block;
width: $sidebarWidth;
}
button.btn-close {
background-color: rgba(255, 255, 255, 0.5);
opacity: 1.0;
}
}
#map {