From f0cb7005312b625d9da17865a6bd1011b5a88ceb Mon Sep 17 00:00:00 2001 From: Linda Date: Tue, 30 Jan 2024 16:09:56 -0500 Subject: [PATCH] iniital draft of join --- styles/globals.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 723e594..a982348 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -85,9 +85,11 @@ } .markdown hr { - @apply my-5 + @apply my-5; + border: none; /* Remove the default border */ } + .markdown strong { @apply font-bold; }