summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-16 07:27:34 -0400
committerseth <[email protected]>2023-05-16 07:27:34 -0400
commitb8224c70904f692c896e52253d98f47f225a4994 (patch)
treea24e4c68c6018c476a5c2e342d588a3d4bf59d4c /src/styles
parent4b2f271406f4f32dee01d0ecb7d8528e9eae1c1d (diff)
style: underline links in p tags
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/global.sass3
1 files changed, 3 insertions, 0 deletions
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