From dba52adf5dc3d37b07d6aedca5e860b26d446cbf Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Thu, 8 Apr 2021 16:08:28 -0600 Subject: [PATCH] update: blockquote:before in typography.css --- src/.vuepress/theme/styles/components/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/theme/styles/components/typography.css b/src/.vuepress/theme/styles/components/typography.css index c7ca2266..c3bf9b29 100644 --- a/src/.vuepress/theme/styles/components/typography.css +++ b/src/.vuepress/theme/styles/components/typography.css @@ -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; } }