Skip to content

Commit

Permalink
ajuste en los estilos
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuel-lopez-dev committed Jun 26, 2024
1 parent 0c1963e commit 95b2019
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
/*Color de botón uno*/
--btnUno: #212529;
/*Color de botón dos*/
/* --BotonDos: #dc3545; */
--btnDos: #00538c;
/*hover botón Uno*/
--btnUnoHover:#a8a8a8;
/*hover botón Dos*/
/* --HoverBotonDos: #e60e23; */
--btnDosHover: #00395f;
/*Color para los background del header, titulos y footer*/
--colorContenedor: #05122A;
Expand Down Expand Up @@ -336,7 +336,7 @@ body {
.proyecto-hover:hover {
background-color: var(--colorContenedor);
color: var(--colorTres);
transition: all 1.1s;
transition: all 0.9s;
}

.img {
Expand Down Expand Up @@ -370,7 +370,7 @@ body {
}

.btnColorUno:hover {
background-color: var(--colorDos);
background-color: var(--btnUnoHover);
color: var(--colorContenedor);
}

Expand Down

0 comments on commit 95b2019

Please sign in to comment.