From 6d970381a81f5df65c83e180412ab0a8619717c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Gonz=C3=A1lez?= Date: Mon, 27 Nov 2023 11:36:02 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20T=C3=ADtulo=20categor=C3=ADas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 289217d..a8e1e36 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,13 +3,14 @@ import ListaNodos from '@/componentes/ListaNodos.astro'; import Mapa from '@/componentes/Mapa.astro'; import Plantilla from '@/plantillas/Plantilla.astro'; import listas from '../../estaticos/listas.json'; +import LineaTiempo from '@/componentes/LineaTiempo.astro'; ---
- + @@ -21,6 +22,8 @@ import listas from '../../estaticos/listas.json';
+ +
@@ -90,7 +93,7 @@ import listas from '../../estaticos/listas.json'; h2 { position: sticky; top: 0; - background-color: black; + background-color: var(--bufandaVieja); color: white; margin-top: 0; font-size: 1em;