diff --git a/.release-it.json b/.release-it.json index b3b3d4bd..4e5fdb5c 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,7 +1,6 @@ { "github": { - "release": true, - "web": true + "release": true }, "git": { "commitMessage": "chore: release v${version}" diff --git a/client/web/src/components/Markdown.less b/client/web/src/components/Markdown.less index 59f67763..a8f27f2f 100644 --- a/client/web/src/components/Markdown.less +++ b/client/web/src/components/Markdown.less @@ -27,4 +27,8 @@ margin-top: 0; margin-bottom: 16px; } + + blockquote { + @apply px-2 text-gray-500 border-l-3 border-gray-500; + } }