feat: add custom code tag to markdown

This commit is contained in:
Stevan Freeborn
2023-04-09 14:50:50 -05:00
parent ae44fe7e07
commit 4c6257012d
12 changed files with 189 additions and 115 deletions
+5
View File
@@ -17,4 +17,9 @@
.container>article {
flex: 1;
}
.container>article>p {
margin-top: 20px;
color: #c1c9d2
}