diff --git a/_includes/head.html b/_includes/head.html index 0580dc35..771c4e48 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -44,5 +44,5 @@ - + diff --git a/assets/css/dark.scss b/assets/css/dark.scss index d7133452..1baff73f 100644 --- a/assets/css/dark.scss +++ b/assets/css/dark.scss @@ -104,6 +104,13 @@ img { background-color: $dark-300; } +.form-control:read-only, +.form-control:disabled { + color: $light !important; + background: $dark-300 !important; + border-color: $dark-300 !important; +} + .form-control, .form-control:focus { color: $light;