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

Merged
Aevann merged 1 commits from top/bug/coffee-theme-view-source into master 2023-08-11 09:34:30 +00:00
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;
}