More specific <input type="text"> CSS.
Fixes odd Log Out button styling
This commit is contained in:
parent
7348bf3ee6
commit
6669613af5
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue