diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index bf4cccaaf..8d2bfb077 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -50,11 +50,12 @@ strong { input.readonly { /* Force blank on readonly inputs */ - background-color: #fff !important; + background-color: var(--inputColor) !important; } input, textarea { outline: none; + color: var(--mainForegroundColor); } label {