bbn/style.css

51 lines
662 B
CSS
Raw Permalink Normal View History

2024-02-20 16:23:04 +01:00
body {
color: rgb(55, 53, 47);
font-family: helvetica;
line-height: 24px;
font-size: 16px;
2024-03-06 08:33:44 +01:00
margin-left: 7%;
margin-right: 7%;
margin-top: 10px;
2024-02-20 16:23:04 +01:00
}
textarea {
width: 100%;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}
.grey {
color: lightgrey;
}
a {
color: inherit;
2024-03-06 08:33:44 +01:00
}
.editor {
margin-top: 10px;
}
.title {
font: inherit;
border: none;
outline: none;
margin-top: 10px;
color: inherit;
2024-03-12 15:10:32 +01:00
width: 100%;
2024-03-06 08:33:44 +01:00
}
form input[type="submit"] {
background: none;
border: none;
color: lightgrey;
font: inherit;
text-decoration: underline;
cursor: pointer;
padding: 0;
border: 0;
}