fix ugly hover close button

This commit is contained in:
zadam 2022-06-07 20:11:43 +02:00
parent 7609bc78ec
commit 15f8173add

View File

@ -968,3 +968,8 @@ input {
.note-split.full-content-width {
max-width: 999999px;
}
button.close:hover {
text-shadow: none;
color: currentColor;
}