From 3d81559a39341eb7118117a3b97e2071aa917115 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 28 Nov 2023 15:40:04 -0600 Subject: [PATCH] Fix 0 height fleurons in hr tags (breaks) --- src/styles/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 401260f..b926d72 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -121,6 +121,7 @@ dd { a, hr { + height: auto; color: white; }