forked from neri/datatrash
fix font family
This commit is contained in:
parent
424af11918
commit
530ae31c77
|
@ -25,11 +25,11 @@ body {
|
|||
background-color: var(--bg);
|
||||
min-height: 100vh;
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
color: var(--fg);
|
||||
font-family: sans;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
|
@ -91,13 +91,13 @@ textarea {
|
|||
display: none;
|
||||
}
|
||||
|
||||
input[type='checkbox'] {
|
||||
input[type="checkbox"] {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.button {
|
||||
cursor: pointer;
|
||||
font-family: sans;
|
||||
font-family: sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 1rem;
|
||||
margin-right: 0.5rem;
|
||||
|
@ -140,7 +140,6 @@ a.button:visited {
|
|||
}
|
||||
|
||||
footer {
|
||||
font-family: sans;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
|
Loading…
Reference in New Issue