bbn/style.css

24 lines
327 B
CSS
Raw Normal View History

2024-02-20 16:23:04 +01:00
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;
}