File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments