diff --git a/app/static/styles.css b/app/static/styles.css index 6a99bef..b90f8c9 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -123,7 +123,7 @@ input, textarea { font-family: 'Barlow', sans-serif; } -body.dark-mode input { +body.dark-mode input[type="text"] { color: #eee; background-color: #000; border: none;