diff --git a/_includes/tutorial-content.html b/_includes/tutorial-content.html index 180505ed92..a7a47acb66 100644 --- a/_includes/tutorial-content.html +++ b/_includes/tutorial-content.html @@ -118,7 +118,7 @@

{% endif %} {% endfor %} - + diff --git a/_layouts/recipe.html b/_layouts/recipe.html index bc8c6d9e44..fa0382cdc2 100644 --- a/_layouts/recipe.html +++ b/_layouts/recipe.html @@ -31,10 +31,12 @@ {% include nav.html %} -
+ {% if page.community_contribution %} Community contribution ✨ {% endif %} @@ -122,6 +124,13 @@
Video walkthrough
{% include contribute-tutorial-lang.html %} {% else %} {% include tutorial-content.html %} +
+ +
{% endif %} {% endif %}
diff --git a/_layouts/tutorial.html b/_layouts/tutorial.html index 67efb88753..2fc70dc55b 100644 --- a/_layouts/tutorial.html +++ b/_layouts/tutorial.html @@ -35,6 +35,9 @@
+ {% if page.community_contribution %} Community contribution ✨ {% endif %} @@ -260,6 +263,13 @@
Video walkthrough
{% include contribute-tutorial-lang.html %} {% else %} {% include tutorial-content.html %} +
+ +
{% endif %} {% endif %}
diff --git a/assets/sass/main.scss b/assets/sass/main.scss index e69f27eb21..f666aab9e9 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -404,6 +404,26 @@ a { } } +.breadcrumb { + a { + color: $color_white !important; + } + li { + margin-left: 0; + } +} + +.section { + .container { + .breadcrumb { + a { + color: $color_black !important; + font-weight: 900; + } + } + } +} + .secondary-card-row, .third-card-row, .fourth-card-row,