We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d591e4b commit 5ef708eCopy full SHA for 5ef708e
1 file changed
styles.css
@@ -78,8 +78,8 @@ h1 {
78
padding: 12px 20px;
79
border: none;
80
border-radius: 12px;
81
- background: #000000;
82
- color: #ffffff;
+ background: #ffffff;
+ color: #6a6a6a;
83
font-weight: 600;
84
font-size: 1rem;
85
cursor: pointer;
@@ -89,9 +89,9 @@ h1 {
89
justify-content: center;
90
}
91
.cta-button:hover {
92
- transform: translateY(-4px);
93
box-shadow: 0 14px 28px rgba(0,0,0,0.16);
94
- background: #111111;
+ transform: translateY(-2px);
+ color: #000000;
95
96
.card {
97
display: flex;
0 commit comments