fix: purple-gray Coming Soon badge, raspberry HTML color

This commit is contained in:
2026-01-16 03:40:05 +01:00
parent 46f91ff02a
commit 565f360c97
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ export const sections = {
id: "html",
title: "HTML",
description: "Semantic markup and native elements",
color: "#9b59b6",
color: "#e91e63",
order: 2
},
tailwind: {

View File

@@ -145,7 +145,7 @@
<span class="section-card-progress" id="css-progress"></span>
</a>
<a href="#html" class="section-card" data-section="html">
<div class="section-card-icon" style="background: #9b59b6">HTML</div>
<div class="section-card-icon" style="background: #e91e63">HTML</div>
<h3>HTML</h3>
<p data-i18n="landingHtmlDesc">Semantic markup and native elements</p>
<span class="section-card-progress" id="html-progress"></span>

View File

@@ -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;