From 632b1edacd596371919b85fda000a475b0a35044 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Thu, 30 Jul 2026 13:12:12 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feature:=20Add=20styles=20for=20eve?= =?UTF-8?q?nt=20registration=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/aa-events.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/assets/css/aa-events.css b/assets/css/aa-events.css index a101ea5..5a605ac 100644 --- a/assets/css/aa-events.css +++ b/assets/css/aa-events.css @@ -285,6 +285,30 @@ div { margin-bottom: 0.625rem; } } +.aa-event-registration-link { + background: #005f73; + border: 2px solid #005f73; + border-radius: 0.25rem; + color: #fff; + display: inline-block; + font-weight: 700; + margin-top: 1.25rem; + padding: 0.625rem 1.25rem; + text-decoration: none; +} + +.aa-event-registration-link:hover { + background: #003f4d; + border-color: #003f4d; + color: #fff; + text-decoration: underline; +} + +.aa-event-registration-link:focus-visible { + outline: 3px solid #111; + outline-offset: 3px; +} + /* Events archive layout */ .aa-events-wrap .aa-events-grid { display: grid;