diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index b83e04d2be..3bc0df2a2c 100644 --- a/files/assets/css/coffee.css +++ b/files/assets/css/coffee.css @@ -112,3 +112,7 @@ h5.post-title a:visited { .spoiler, spoiler { background-color: black !important; } + +.form-control:disabled, [readonly] { + color: var(--light) !important; +}