From ce9ebee57db4086ff9d03ee366b07574ac282daf Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Fri, 9 Feb 2024 11:10:03 +0100 Subject: [PATCH] CSS: fhc-header w/o bottom border --- public/css/Fhc.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/css/Fhc.css b/public/css/Fhc.css index c6618b923..376206f6e 100644 --- a/public/css/Fhc.css +++ b/public/css/Fhc.css @@ -14,13 +14,6 @@ font-size: .65em; padding-inline-start: 1em; } -.fhc-header:after { - background-color: var(--bs-gray-300); - content: ""; - display: block; - height: 1px; - width: 100%; -} .fhc-alert.p-toast-center { width: 35rem;