style.css: improve disabled style

This commit is contained in:
dogeystamp 2022-12-29 18:30:09 -05:00
parent a5b4c628c6
commit b147ecf151
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -47,6 +47,10 @@ input:focus, textarea:focus {
border: 1px solid #444444aa;
}
textarea:disabled, input:disabled {
opacity: 40%;
}
p {
text-align: justify;
}