add all event from ocaml

This commit is contained in:
Swrup 2022-02-18 18:31:55 +01:00
parent 01e62889e2
commit ad460ee549
8 changed files with 52 additions and 15 deletions

View file

@ -69,6 +69,26 @@ blockquote.blockquote {
color: green;
}
.quoteLink {
background-color: #FCE4EC;
padding: 2px;
text-align: center;
color: #5a5a5a;
font-size: 10px;
border-radius: 12px;
border: 2px solid DodgerBlue;
}
.quoteLink:focus {
background-color: #FCE4EC;
padding: 2px;
text-align: center;
color: #5a5a5a;
font-size: 10px;
border-radius: 12px;
border: 2px solid DodgerBlue;
}
.postForm {
background-color: #FCE4EC;
margin: 5px 5px 5px 5px;