better disabled color in midnight theme

master
Aevann 2023-06-23 14:34:52 +03:00
parent a15d5eabef
commit cc9274c843
1 changed files with 1 additions and 1 deletions

View File

@ -66,5 +66,5 @@ h5.post-title a:visited {
}
[disabled], .disabled, button[disabled], .btn[disabled], button.disabled, .btn.disabled {
color: #bbb !important;
color: #858b91 !important;
}