Compare commits
2 Commits
53f673c651
...
2a8cf98e5f
Author | SHA1 | Date | |
---|---|---|---|
2a8cf98e5f | |||
b090c40747 |
@@ -299,10 +299,19 @@ header a,.error-code
|
|||||||
color:var(--primary);
|
color:var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
input, button
|
input
|
||||||
{
|
{
|
||||||
background-color: var(--third-bg);
|
background-color: var(--third-bg);
|
||||||
border:2px solid var(--primary);
|
border:2px solid var(--primary);
|
||||||
border-radius:50px;
|
border-radius:50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button{
|
||||||
|
background-color: var(--third-bg);
|
||||||
|
color: var(--primary-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
input
|
||||||
|
{
|
||||||
width:175px;
|
width:175px;
|
||||||
}
|
}
|
Reference in New Issue
Block a user