diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 08:49:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 08:49:28 +0200 |
commit | b9f8d536b5125c12488b890e98c2e19fb8671090 (patch) | |
tree | 1aaf8abdd5f51eea4fbd70b7da2e217a0777c31f /sass | |
parent | 99d0339602dcc3fdde7794e56f41086c794b56c7 (diff) |
fix input background color in dark theme1.4.1
Diffstat (limited to 'sass')
-rw-r--r-- | sass/src/dark/index.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/src/dark/index.scss b/sass/src/dark/index.scss index 94c1a66..687a577 100644 --- a/sass/src/dark/index.scss +++ b/sass/src/dark/index.scss @@ -13,3 +13,8 @@ html { background-color: $bg-color; } + +input[type=text], +input[type=password] { + color: $off-black; +} |