mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 08:58:05 +00:00
fix textarea styles
This commit is contained in:
parent
6bc4b687a4
commit
c4af76fea3
@ -1321,7 +1321,10 @@ textarea, input[type=text], input[type=textbox], select {
|
||||
font: 0.95em/1.3em "Roboto", sans-serif;
|
||||
font-weight: 400;
|
||||
background: #484b54;
|
||||
color: #fff
|
||||
color: #fff;
|
||||
border: 1px #2b2e35 solid;
|
||||
padding: 3px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/* isFollowing */
|
||||
|
Loading…
Reference in New Issue
Block a user