From a53de2da7d03e45da4cece0f0c8b0580b6261aae Mon Sep 17 00:00:00 2001 From: top Date: Fri, 11 Aug 2023 09:34:29 +0000 Subject: [PATCH] Fix being unable to read view source on coffee theme (#187) Co-authored-by: Chuck Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/187 Co-authored-by: top Co-committed-by: top --- files/assets/css/coffee.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index b83e04d2b..3bc0df2a2 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; +}