style(docs): added blockquote style

This commit is contained in:
Luca Spezzano
2021-11-02 20:39:49 +01:00
committed by Dario Tranchitella
parent 43a944ace0
commit da83a8711a

View File

@@ -128,6 +128,10 @@ export default {
@apply list-decimal mb-2;
}
blockquote {
@apply border-l-4 pl-4 ml-4 my-4 border-solid border-primary;
}
ol,
ul {
@apply pl-5;