mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-09 12:06:40 +00:00
style: fix textarea and date picker font bug
This commit is contained in:
parent
4553a94038
commit
9421158445
3 changed files with 3 additions and 2 deletions
2
src/static/css/style.min.css
vendored
2
src/static/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -11,6 +11,7 @@
|
|||
input[type='email'],
|
||||
input[type='password'],
|
||||
input[type='date'],
|
||||
input[type='url'],
|
||||
select,
|
||||
textarea {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@
|
|||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.6;
|
||||
background-color: white;
|
||||
|
|
|
|||
Loading…
Reference in a new issue