From 3ec25e2aa1939c722e83edaf961da56cd98f4bfe Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 14 Feb 2025 20:05:27 +0100 Subject: [PATCH] Update globals.css --- web/app/globals.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/app/globals.css b/web/app/globals.css index 1186f27..355b298 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -56,5 +56,8 @@ body { @apply bg-background text-foreground; } + hr { + @apply my-8 border-t border-gray-300; + } }