Added a CSS style for input of text type.
This commit is contained in:
parent
985dfaa8ab
commit
e2a9185300
@ -59,6 +59,13 @@ button {
|
||||
margin-left: .3rem;
|
||||
padding: 0; }
|
||||
|
||||
input[type="text"] {
|
||||
background-color: var(--background-color);
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--primary-color);
|
||||
color: var(--text-color);
|
||||
font: inherit; }
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
line-height: var(--text-indent);
|
||||
|
Loading…
Reference in New Issue
Block a user