diff --git a/src/config/sections.js b/src/config/sections.js index 2082c6f..4a2a237 100644 --- a/src/config/sections.js +++ b/src/config/sections.js @@ -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 } }; diff --git a/src/index.html b/src/index.html index 45ce6b0..8b2c911 100644 --- a/src/index.html +++ b/src/index.html @@ -139,19 +139,19 @@