From d053daa49536723395f50cb546853eff9c162beb Mon Sep 17 00:00:00 2001 From: marsalva Date: Sat, 21 Feb 2026 16:55:39 +0000 Subject: [PATCH] Actualizar agenda.html --- agenda.html | 85 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 54 insertions(+), 31 deletions(-) diff --git a/agenda.html b/agenda.html index 544b8f6..2e86417 100644 --- a/agenda.html +++ b/agenda.html @@ -10,7 +10,6 @@ .fade-in { animation: fadeIn 0.3s ease-in-out; } .scroller::-webkit-scrollbar { width: 6px; } .scroller::-webkit-scrollbar-thumb { background-color: #cbd5e1; border-radius: 4px; } - /* Clases para tabs activas/inactivas */ .tab-active { color: #2563eb; border-bottom-width: 3px; border-color: #2563eb; font-weight: 900; } .tab-inactive { color: #64748b; font-weight: 500; border-bottom-width: 3px; border-color: transparent; } .tab-inactive:hover { color: #334155; } @@ -52,18 +51,26 @@