From fb018dd2c17106dd7e1a28232d6607e68e8d3e60 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Sun, 25 Jul 2021 07:14:56 -0700 Subject: [PATCH] docs: links in paragraphs should be inline --- docs/src/layouts/ComponentLayout.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/layouts/ComponentLayout.svelte b/docs/src/layouts/ComponentLayout.svelte index deb57cd7..ed787547 100644 --- a/docs/src/layouts/ComponentLayout.svelte +++ b/docs/src/layouts/ComponentLayout.svelte @@ -158,6 +158,7 @@ .prose > p > .bx--link { font-size: inherit; + text-decoration: underline; } .prose .toc {