Skip to content

Commit eb93e93

Browse files
authored
updating text color for applications announcement
1 parent 76fa01d commit eb93e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function Home() {
1414
<div>
1515

1616
<div className="container" style={{ backgroundColor: "white", padding: "15px", marginTop: "20px", borderRadius: "5px", boxShadow: "0 2px 4px rgba(0, 0, 0, 0.1)" }}>
17-
<p style={{ textAlign: "center", margin: "0", fontSize: "18px", fontWeight: "bold" }}>
17+
<p style={{ color: "black", textAlign: "center", margin: "0", fontSize: "18px", fontWeight: "bold" }}>
1818
Applications for Spring 2025 Tech Treks, Mentorship, and Dev Team cohorts are open now! Apps close 11:59PM February 10th, 2025!
1919
</p>
2020
</div>

0 commit comments

Comments
 (0)