We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa8564 commit 6c5b3d7Copy full SHA for 6c5b3d7
index.html
@@ -42,7 +42,7 @@
42
}
43
44
button {
45
- background: #1f8f3a;
+ background: #1f4fb8;
46
color: #ffffff;
47
border: none;
48
border-radius: 999px;
@@ -54,7 +54,7 @@
54
55
button:hover {
56
transform: translateY(-2px);
57
- box-shadow: 0 10px 20px rgba(31, 143, 58, 0.25);
+ box-shadow: 0 10px 20px rgba(31, 79, 184, 0.25);
58
59
60
#mensaje {
0 commit comments