finish newsletter style

This commit is contained in:
isUnknown 2024-07-31 09:20:47 +02:00
parent 480a64f0b8
commit 1c08c92b78
6 changed files with 77 additions and 2 deletions

View file

@ -65,3 +65,19 @@ button[disabled] {
cursor: not-allowed;
opacity: 0.3;
}
input {
background-color: transparent;
border-radius: 0;
border: none;
outline: none;
}
::placeholder {
color: #000;
opacity: 1; /* Firefox */
}
::-ms-input-placeholder {
/* Edge 12 -18 */
color: #000;
}