Skip to content

Commit 5ef708e

Browse files
cta redesign
1 parent d591e4b commit 5ef708e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ h1 {
7878
padding: 12px 20px;
7979
border: none;
8080
border-radius: 12px;
81-
background: #000000;
82-
color: #ffffff;
81+
background: #ffffff;
82+
color: #6a6a6a;
8383
font-weight: 600;
8484
font-size: 1rem;
8585
cursor: pointer;
@@ -89,9 +89,9 @@ h1 {
8989
justify-content: center;
9090
}
9191
.cta-button:hover {
92-
transform: translateY(-4px);
9392
box-shadow: 0 14px 28px rgba(0,0,0,0.16);
94-
background: #111111;
93+
transform: translateY(-2px);
94+
color: #000000;
9595
}
9696
.card {
9797
display: flex;

0 commit comments

Comments
 (0)