diff options
Diffstat (limited to 'sass/src')
| -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; +}  | 
