diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/src/dark/index.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/src/dark/index.scss b/sass/src/dark/index.scss index a873ac1..d4752c9 100644 --- a/sass/src/dark/index.scss +++ b/sass/src/dark/index.scss @@ -14,6 +14,7 @@ html { background-color: $bg-color; } +input[type=email], input[type=text], input[type=password] { color: $off-black; |