Fix being unable to read view source on coffee theme (#187)

Co-authored-by: Chuck <dude@bussy.com>
Reviewed-on: #187
Co-authored-by: top <top@noreply.fsdfsd.net>
Co-committed-by: top <top@noreply.fsdfsd.net>
pull/189/head
top 2023-08-11 09:34:29 +00:00 committed by Aevann
parent d79f4c99af
commit a53de2da7d
1 changed files with 4 additions and 0 deletions

View File

@ -112,3 +112,7 @@ h5.post-title a:visited {
.spoiler, spoiler {
background-color: black !important;
}
.form-control:disabled, [readonly] {
color: var(--light) !important;
}