From 66114c16f903269142b424231e9d18bf31c22484 Mon Sep 17 00:00:00 2001 From: Shun Kakinoki Date: Tue, 16 Feb 2021 11:31:34 -0800 Subject: [PATCH] chore: update --- src/components/Content/Content.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Content/Content.module.css b/src/components/Content/Content.module.css index 59b64a43..e3c924bb 100644 --- a/src/components/Content/Content.module.css +++ b/src/components/Content/Content.module.css @@ -2,6 +2,10 @@ @apply leading-relaxed; } +.markdown a { + @apply underline; +} + .markdown p { @apply my-3; }