diff --git a/public/documentation_videos/Crear_Agenda.mp4 b/public/documentation_videos/Crear_Agenda.mp4 new file mode 100644 index 0000000..509e0b4 Binary files /dev/null and b/public/documentation_videos/Crear_Agenda.mp4 differ diff --git a/public/documentation_videos/Crear_Usuario_Recepcionista.mp4 b/public/documentation_videos/Crear_Usuario_Recepcionista.mp4 new file mode 100644 index 0000000..83e4c20 Binary files /dev/null and b/public/documentation_videos/Crear_Usuario_Recepcionista.mp4 differ diff --git a/src/components/navbar/Navbar.astro b/src/components/navbar/Navbar.astro index 0f4e41d..23f2bd3 100644 --- a/src/components/navbar/Navbar.astro +++ b/src/components/navbar/Navbar.astro @@ -52,7 +52,10 @@ const currentPath: string = Astro.url.pathname; Contacto - + Documentación diff --git a/src/components/navbar/navbar.css b/src/components/navbar/navbar.css index 60cb79c..c05090e 100644 --- a/src/components/navbar/navbar.css +++ b/src/components/navbar/navbar.css @@ -66,11 +66,16 @@ a.active::after { content: ""; display: block; position: absolute; + top: 100%; left: 0; bottom: 0; - height: 2px; + height: 3px; width: 100%; - background-color: red; + background: linear-gradient( + 90deg, + var(--main-pink-500) 0%, + var(--main-yellow-500) 100% + ); } .general-button { diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b88aef4..a70e48a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -25,7 +25,7 @@ const { pageTitle } = Astro.props; {pageTitle ? `Naliia | ${pageTitle}` : "Naliia"} - + -
+
@@ -92,10 +92,11 @@ const { pageTitle } = Astro.props; + -