style all text inputs, not just nav bar

This commit is contained in:
joshuaboud 2021-05-28 11:11:53 -03:00
parent 7d08fc73a1
commit 959c8fa07e
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -157,7 +157,7 @@ body::-webkit-scrollbar-thumb {
padding-bottom: 0; padding-bottom: 0;
} }
.navigation-bar { input[type="text"] {
background-color: var(--container); background-color: var(--container);
color: inherit; color: inherit;
flex-grow: 1; flex-grow: 1;