From b147ecf1519901347cc10712584b5bfd7232bc2c Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Thu, 29 Dec 2022 18:30:09 -0500 Subject: [PATCH] style.css: improve disabled style --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index dcec9b8..8c4588f 100644 --- a/style.css +++ b/style.css @@ -47,6 +47,10 @@ input:focus, textarea:focus { border: 1px solid #444444aa; } +textarea:disabled, input:disabled { + opacity: 40%; +} + p { text-align: justify; }