24 lines
327 B
CSS
24 lines
327 B
CSS
body {
|
|
color: rgb(55, 53, 47);
|
|
font-family: helvetica;
|
|
line-height: 24px;
|
|
margin: 30px;
|
|
font-size: 16px;
|
|
}
|
|
textarea {
|
|
width: 100%;
|
|
border: none;
|
|
outline: none;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
font-size: inherit;
|
|
}
|
|
.grey {
|
|
color: lightgrey;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
} |