improve dark mode

This commit is contained in:
plebeius.eth
2023-07-15 16:23:00 +02:00
parent e49d0ef705
commit a3cf43c604
@@ -373,7 +373,7 @@ export const StyledModal = styled(Modal)`
}
}
button, select {
button, select, input, textarea {
filter: brightness(80%);
}