Merge pull request #125 from ipfs/bug/blockquote-css

fix: blockquote color CSS
This commit is contained in:
Jessica Schilling
2021-04-08 16:14:37 -06:00
committed by GitHub
@@ -44,7 +44,7 @@
&:before {
content: '';
width: 4px;
@apply bg-gradient-5 h-full left-0 absolute;
@apply bg-gradient-6 h-full left-0 absolute;
}
}