Skip to content

Commit

Permalink
updating text color for applications announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
indeerasaha authored Feb 4, 2025
1 parent 76fa01d commit eb93e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Home() {
<div>

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

0 comments on commit eb93e93

Please sign in to comment.