feat: update section card colors to match completion badge theme

This commit is contained in:
2026-01-16 03:39:21 +01:00
parent edb09ab065
commit 46f91ff02a
2 changed files with 6 additions and 6 deletions

View File

@@ -8,21 +8,21 @@ export const sections = {
id: "css",
title: "CSS",
description: "Styling, layout, and animations",
color: "#264de4",
color: "#7c4dff",
order: 1
},
html: {
id: "html",
title: "HTML",
description: "Semantic markup and native elements",
color: "#e34c26",
color: "#9b59b6",
order: 2
},
tailwind: {
id: "tailwind",
title: "Tailwind CSS",
description: "Utility-first CSS framework",
color: "#06b6d4",
color: "#00bcd4",
order: 3
}
};