Skip to content

Commit 955b598

Browse files
committed
CSS fix
1 parent 7b0bf7d commit 955b598

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/test-site/src/pages/landing.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@
3434
.nf-hero-ctas { display: flex; gap: 1rem; justify-content: center; }
3535
.nf-btn-primary {
3636
display: inline-flex; align-items: center; padding: 0.65rem 1.75rem;
37-
background: #0076FF; color: #ffffff; border-radius: 8px; font-weight: 700;
37+
background: #0076FF; color: #ffffff !important; border-radius: 8px; font-weight: 700;
3838
font-size: 0.95rem; text-decoration: none; transition: all 0.25s ease; border: 2px solid #0076FF;
3939
}
4040
.nf-btn-primary:hover {
4141
background: #005ce6; border-color: #005ce6; transform: translateY(-2px);
42-
box-shadow: 0 8px 24px rgba(0, 118, 255, 0.4); color: #ffffff; text-decoration: none;
42+
box-shadow: 0 8px 24px rgba(0, 118, 255, 0.4); color: #ffffff !important; text-decoration: none;
4343
}
4444
.nf-btn-ghost {
4545
display: inline-flex; align-items: center; padding: 0.65rem 1.75rem;
46-
background: transparent; color: #ffffff; border-radius: 8px; font-weight: 700;
46+
background: transparent; color: #ffffff !important; border-radius: 8px; font-weight: 700;
4747
font-size: 0.95rem; text-decoration: none; transition: all 0.25s ease;
4848
border: 2px solid rgba(255, 255, 255, 0.25);
4949
}
5050
.nf-btn-ghost:hover {
5151
background: rgba(255, 255, 255, 0.06); border-color: rgba(34, 211, 238, 0.5);
52-
transform: translateY(-2px); color: #ffffff; text-decoration: none;
52+
transform: translateY(-2px); color: #ffffff !important; text-decoration: none;
5353
}
5454

5555
.nf-features-section { width: 100%; background: #0f172a; padding: 5rem 0 2.5rem; }

0 commit comments

Comments
 (0)