docs: add initial recipes

This commit is contained in:
Eric Liu 2020-10-16 13:19:54 -07:00
commit 249f158f8a
9 changed files with 271 additions and 4 deletions

View file

@ -87,6 +87,10 @@
color: #bb8eff;
}
.token.comment {
color: #bebebe;
}
.code-override {
border: 1px solid #262626;
}