From b4291754770b84034c2ab730ec036c0e59ab9e30 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sun, 22 Feb 2026 01:49:24 -0500 Subject: [PATCH] remove underline from Book A Study Room button Co-Authored-By: Claude Opus 4.6 --- groups/home/bootstrap5/home1.css | 1 + 1 file changed, 1 insertion(+) diff --git a/groups/home/bootstrap5/home1.css b/groups/home/bootstrap5/home1.css index 256d89c..68f472e 100644 --- a/groups/home/bootstrap5/home1.css +++ b/groups/home/bootstrap5/home1.css @@ -383,6 +383,7 @@ padding: 0; /* remove default Bootstrap padding */ border: none; /* ensure no extra border height */ background: none; /* keep background controlled by inner div */ + text-decoration: none; } /* Remove default heading margin for uniform button height */