From 2b4c8b432ddb084088a7adb0340c384b8cb17466 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sat, 3 Jul 2021 11:40:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/articles/article.module.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/articles/article.module.css b/pages/articles/article.module.css index db70ce6..973c4fd 100644 --- a/pages/articles/article.module.css +++ b/pages/articles/article.module.css @@ -9,7 +9,7 @@ & > header { @apply my-8 mx-4; h1 { - @apply text-2xl font-medium; + @apply text-4xl font-medium; :global(.dark) & { @apply text-gray-200; @@ -91,6 +91,10 @@ @apply font-mono rounded; } + blockquote { + @apply bg-gray-400 bg-opacity-10 px-4 overflow-hidden border-l-2 border-green-400; + } + code:not(:global(.hljs)) { @apply p-1 text-red-500 bg-red-100; :global(.dark) & {