1
0
Fork 0

Added a CSS style for input of text type.

This commit is contained in:
Alexander Andreev 2022-07-01 03:59:37 +04:00
parent 985dfaa8ab
commit e2a9185300
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 7 additions and 0 deletions

View File

@ -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);