Fix input styling
This commit is contained in:
parent
b090c40747
commit
2a8cf98e5f
@ -299,13 +299,18 @@ header a,.error-code
|
||||
color:var(--primary);
|
||||
}
|
||||
|
||||
input, button
|
||||
input
|
||||
{
|
||||
background-color: var(--third-bg);
|
||||
border:2px solid var(--primary);
|
||||
border-radius:50px;
|
||||
}
|
||||
|
||||
button{
|
||||
background-color: var(--third-bg);
|
||||
color: var(--primary-text);
|
||||
}
|
||||
|
||||
input
|
||||
{
|
||||
width:175px;
|
||||
|
Loading…
Reference in New Issue
Block a user