summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-18 08:49:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-18 08:49:28 +0200
commitb9f8d536b5125c12488b890e98c2e19fb8671090 (patch)
tree1aaf8abdd5f51eea4fbd70b7da2e217a0777c31f /sass
parent99d0339602dcc3fdde7794e56f41086c794b56c7 (diff)
fix input background color in dark theme1.4.1
Diffstat (limited to 'sass')
-rw-r--r--sass/src/dark/index.scss5
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;
+}