Skip to content

Commit a1af32e

Browse files
authored
Update temas.css
Signed-off-by: Grouvex <168425996+Grouvex@users.noreply.github.com>
1 parent 7f472aa commit a1af32e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: temas.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1417,6 +1417,7 @@ footer {
14171417
display: flex;
14181418
overflow-y: auto; /* Agrega una barra de desplazamiento vertical */
14191419
max-height: 200px;
1420+
box-shadow: 0 2px 5px rgb(37,44,247);
14201421
width: 100%;
14211422
flex-wrap: wrap; /* Muestra los cajetines en varias filas */
14221423
gap: 10px; /* Espacio entre los cajetines */
@@ -1425,7 +1426,7 @@ footer {
14251426
display: flex;
14261427
align-items: center;
14271428
border-radius: 10px;
1428-
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
1429+
box-shadow: 0 2px 5px rgb(51,177,215);
14291430
margin: 20px;
14301431
padding: 20px;
14311432
width: 90%;

0 commit comments

Comments
 (0)