From 6669613af5413971789303168ed6a238c6899371 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sun, 29 Oct 2023 21:20:26 -0400 Subject: [PATCH] More specific CSS. Fixes odd Log Out button styling --- app/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;