From f29189c78f281d23086148c25c137fe9e543c9f0 Mon Sep 17 00:00:00 2001 From: Geovannisz <82838501+Geovannisz@users.noreply.github.com> Date: Tue, 4 Aug 2026 03:35:53 +0000 Subject: [PATCH] chore: remove unused CSS class 'share-heading' Removes the `.footer .share-heading` rule from `styles.css`. A search confirms this class is not used anywhere in the `index.html` file. Removing dead code improves the maintainability and readability of the stylesheet. --- styles.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/styles.css b/styles.css index 4efbf35..77694a5 100644 --- a/styles.css +++ b/styles.css @@ -642,12 +642,6 @@ body::before { margin: 0 auto; } -.footer .share-heading { - font-size: 0.95rem; - color: var(--text-secondary); - margin-bottom: 12px; -} - .social-links { display: flex; justify-content: center;