Fix style of buttons in alerts

This commit is contained in:
Raphael Michel
2024-04-30 12:44:41 +02:00
parent be48c5f94c
commit 0b05eb34f4

View File

@@ -169,7 +169,7 @@ input[type=number]::-webkit-outer-spin-button {
background-position: 6px 6px;
background-size: 38px 38px;
}
a {
a:not(.btn) {
color: inherit;
text-decoration: underline;
}