From 1bb4c013581d0f4973462421cbb7118f1e5b1a1a Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Fri, 19 Jul 2024 09:07:17 -0500 Subject: [PATCH] prose-mirror: make sure links are underlined --- apps/tlon-web/src/styles/components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tlon-web/src/styles/components.css b/apps/tlon-web/src/styles/components.css index 8108218a94..d95530ed4a 100644 --- a/apps/tlon-web/src/styles/components.css +++ b/apps/tlon-web/src/styles/components.css @@ -60,7 +60,7 @@ @apply my-0; } -.Prosemirror a { +.ProseMirror a { @apply underline; }