mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 21:50:24 +00:00
Restored input hex values
This commit is contained in:
parent
6b56438807
commit
0b3fbf67d2
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
textarea, input, select {
|
||||
background: var(--primary-background);
|
||||
border: 1px solid var(--primary-text-color);
|
||||
color: var(--primary-text-color);
|
||||
border: 1px solid #555555;
|
||||
background: #fff;
|
||||
border-radius: $border-radius;
|
||||
height: 40px;
|
||||
padding: 0 $gp / 2;
|
||||
|
|
Loading…
Reference in a new issue