Skip to content

Commit 6c5b3d7

Browse files
Change hola button to blue
1 parent 2fa8564 commit 6c5b3d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343

4444
button {
45-
background: #1f8f3a;
45+
background: #1f4fb8;
4646
color: #ffffff;
4747
border: none;
4848
border-radius: 999px;
@@ -54,7 +54,7 @@
5454

5555
button:hover {
5656
transform: translateY(-2px);
57-
box-shadow: 0 10px 20px rgba(31, 143, 58, 0.25);
57+
box-shadow: 0 10px 20px rgba(31, 79, 184, 0.25);
5858
}
5959

6060
#mensaje {

0 commit comments

Comments
 (0)