diff options
| author | seth <[email protected]> | 2023-05-16 07:27:34 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-16 07:27:34 -0400 |
| commit | b8224c70904f692c896e52253d98f47f225a4994 (patch) | |
| tree | a24e4c68c6018c476a5c2e342d588a3d4bf59d4c /src/styles | |
| parent | 4b2f271406f4f32dee01d0ecb7d8528e9eae1c1d (diff) | |
style: underline links in p tags
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/global.sass | 3 |
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 |
