Skip to content

Commit 9753c70

Browse files
committed
fix: purple-gray Coming Soon badge, raspberry HTML color
1 parent cb8852f commit 9753c70

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/config/sections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const sections = {
1515
id: "html",
1616
title: "HTML",
1717
description: "Semantic markup and native elements",
18-
color: "#9b59b6",
18+
color: "#e91e63",
1919
order: 2
2020
},
2121
tailwind: {

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>CSS</h3>
145145
<span class="section-card-progress" id="css-progress"></span>
146146
</a>
147147
<a href="#html" class="section-card" data-section="html">
148-
<div class="section-card-icon" style="background: #9b59b6">HTML</div>
148+
<div class="section-card-icon" style="background: #e91e63">HTML</div>
149149
<h3>HTML</h3>
150150
<p data-i18n="landingHtmlDesc">Semantic markup and native elements</p>
151151
<span class="section-card-progress" id="html-progress"></span>

src/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ input:checked + .toggle-slider::before {
17551755

17561756
.coming-soon-badge {
17571757
display: inline-block;
1758-
background: linear-gradient(135deg, #0891b2, #0e7490);
1758+
background: linear-gradient(135deg, #7c6f8a, #5e5168);
17591759
color: white;
17601760
font-size: 0.65rem;
17611761
font-weight: 600;

0 commit comments

Comments
 (0)