From 91ff7471e1b8e374113f6ca45915724b4357a0c5 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Thu, 23 Oct 2025 10:39:52 +0200 Subject: [PATCH] Remove bottom-border style from section headings --- src/App.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.css b/src/App.css index 8fbf717..9534bb9 100644 --- a/src/App.css +++ b/src/App.css @@ -67,7 +67,6 @@ h5 { font-weight: 600; margin-bottom: 16px; padding-bottom: 8px; - border-bottom: 2px solid var(--color-energy-100); } /* List items */