diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-05 13:25:42 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-05 13:26:02 +0200 |
commit | c11012716095351f4076bff387625f6a5084ca29 (patch) | |
tree | 52b4b02c682228d7125fd758303580e2f2ab14eb | |
parent | 24600db5e8b366413e3fcd87cfa69a1ca0102b19 (diff) |
Fix date input colour in dark mode
-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 4af56c6..310a8a4 100644 --- a/sass/src/dark/index.scss +++ b/sass/src/dark/index.scss @@ -18,6 +18,7 @@ html { input[type=email], input[type=text], input[type=password], +input[type=date], input[type=datetime-local], textarea { color: $off-black; |