Fix being unable to read view source on coffee theme

pull/187/head
Chuck 2023-08-10 20:08:11 -07:00
parent 9e16fcac3e
commit f27d8f9767
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;
}