Fix input styling

This commit is contained in:
Bruno Rybársky 2024-02-06 21:14:55 +01:00
parent 53f673c651
commit b090c40747

@ -304,5 +304,9 @@ input, button
background-color: var(--third-bg);
border:2px solid var(--primary);
border-radius:50px;
}
input
{
width:175px;
}