From 565f360c972a2b9f7bb72f49ba2d62bd44018daa Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Fri, 16 Jan 2026 03:40:05 +0100 Subject: [PATCH] fix: purple-gray Coming Soon badge, raspberry HTML color --- src/config/sections.js | 2 +- src/index.html | 2 +- src/main.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/sections.js b/src/config/sections.js index 4a2a237..ba448af 100644 --- a/src/config/sections.js +++ b/src/config/sections.js @@ -15,7 +15,7 @@ export const sections = { id: "html", title: "HTML", description: "Semantic markup and native elements", - color: "#9b59b6", + color: "#e91e63", order: 2 }, tailwind: { diff --git a/src/index.html b/src/index.html index 7362ded..d8269b3 100644 --- a/src/index.html +++ b/src/index.html @@ -145,7 +145,7 @@ -
HTML
+
HTML

HTML

Semantic markup and native elements

diff --git a/src/main.css b/src/main.css index 081c09f..5ff2762 100644 --- a/src/main.css +++ b/src/main.css @@ -1755,7 +1755,7 @@ input:checked + .toggle-slider::before { .coming-soon-badge { display: inline-block; - background: linear-gradient(135deg, #0891b2, #0e7490); + background: linear-gradient(135deg, #7c6f8a, #5e5168); color: white; font-size: 0.65rem; font-weight: 600;