summaryrefslogtreecommitdiff
path: root/sass/src/dark/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/src/dark/index.scss')
-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;
+}