Skip to content

Commit 3021b26

Browse files
authored
Update guides section to use a standard bg color (github#19289)
* Update guides section to use a standard bg color * Update product-landing.html
1 parent 6dcc0c2 commit 3021b26

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

layouts/product-landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h4>{{ link.title }} <span class="Bump-link-symbol">→</span></h4>
131131
{% endif %}
132132

133133
{% if featuredLinks.guideCards %}
134-
<div class="bg-guides-gradient py-6">
134+
<div class="color-bg-tertiary py-6">
135135
<div class="container-xl px-3 px-md-6 my-6">
136136
<h2 class="font-mktg h1 mb-2" id="guides-2"><a href="#guides-2">Guides</a></h2>
137137

stylesheets/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ $marketing-font-path: "/dist/fonts/";
2828
@import "nav.scss";
2929
@import "opacity.scss";
3030
@import "print.scss";
31-
@import "product-landing.scss";
3231
@import "product-sublanding.scss";
3332
@import "release-notes.scss";
3433
@import "scroll-button.scss";

stylesheets/product-landing.scss

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)