diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-05 18:40:23 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-05 18:40:23 +0200 |
commit | e5edf5b81567e1f79db64499c2ac3554d7508d81 (patch) | |
tree | d445994d53e0600832ad1f438d2dcb607f8ab77a /sass/src | |
parent | 45771233e9db681a632aa4408cb17e379c55ff6b (diff) | |
parent | 5a65ee90d146f19999837853e8311e5b03e31af8 (diff) |
Merge branch 'date-inputs' of github.com:deingithub/travelynx
Diffstat (limited to 'sass/src')
-rw-r--r-- | sass/src/dark/index.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sass/src/dark/index.scss b/sass/src/dark/index.scss index 28c615b..310a8a4 100644 --- a/sass/src/dark/index.scss +++ b/sass/src/dark/index.scss @@ -18,6 +18,8 @@ html { input[type=email], input[type=text], input[type=password], +input[type=date], +input[type=datetime-local], textarea { color: $off-black; } |