Commit 75c91703616527822716296e400fd15da9ad5aaa

Authored by Marcelo Puebla
1 parent 6aecf7a215
Exists in master

Cambiado color de nombre de seccion.

src/app/components/inicio/inicio.component.html
... ... @@ -6,7 +6,7 @@
6 6 <!-- NOMBRE DE SECCION -->
7 7 <div class="row m-0">
8 8 <div class="col-12 p-0">
9   - <p class="h5 py-1 bg-light text-muted text-center">Inicio</p>
  9 + <p class="h5 py-1 bg-gray text-muted text-center">Inicio</p>
10 10 </div>
11 11 </div>
12 12