add all event from ocaml
This commit is contained in:
parent
c18af91a9f
commit
5785252c7f
8 changed files with 52 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue