Fix light mode inputs
This commit is contained in:
parent
1b4d539eef
commit
d6dd98f31e
2 changed files with 3 additions and 3 deletions
|
@ -528,7 +528,7 @@ input[type="text"] {
|
|||
color: var(--clrText);
|
||||
font-size: var(--fsNormal);
|
||||
padding: 15px;
|
||||
border-bottom: 3px white solid;
|
||||
border-bottom: 3px var(--clrText) solid;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue