More specific <input type="text"> CSS.

Fixes odd Log Out button styling
This commit is contained in:
Sage Vaillancourt 2023-10-29 21:20:26 -04:00
parent 7348bf3ee6
commit 6669613af5
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ input, textarea {
font-family: 'Barlow', sans-serif; font-family: 'Barlow', sans-serif;
} }
body.dark-mode input { body.dark-mode input[type="text"] {
color: #eee; color: #eee;
background-color: #000; background-color: #000;
border: none; border: none;