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 @@