We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc5b3b commit 4d9c132Copy full SHA for 4d9c132
pkg/web_css/lib/src/_base.scss
@@ -282,14 +282,18 @@ pre {
282
283
._banner-bg {
284
background: var(--pub-searchbar-background-color);
285
- background-image: url("../img/hero-bg-static.svg");
286
background-size: cover;
287
color: var(--pub-searchbar-text-color);
288
padding: 10px 0px;
289
290
a {
291
color: var(--pub-link-text-color);
292
}
+
293
+ // Display background image only on the landing page.
294
+ body.page-landing & {
295
+ background-image: url("../img/hero-bg-static.svg");
296
+ }
297
298
299
/*
0 commit comments