From b8224c70904f692c896e52253d98f47f225a4994 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 May 2023 07:27:34 -0400 Subject: style: underline links in p tags --- src/styles/global.sass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/styles/global.sass') diff --git a/src/styles/global.sass b/src/styles/global.sass index 5ee88cc..e03270c 100644 --- a/src/styles/global.sass +++ b/src/styles/global.sass @@ -24,6 +24,9 @@ p,li code @apply bg-base text-text p-[0.2em] text-sm rounded + a + @apply underline decoration-inherit + a @apply underline decoration-inherit -- cgit v1.2.3