Skip to content

Commit f8348b8

Browse files
authored
Add download page (#13762)
1 parent 2bf0996 commit f8348b8

3 files changed

Lines changed: 316 additions & 302 deletions

File tree

packages/web/src/assets/styles/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
@import './ant-overrides.css';
55
@import './shadows.css';
66

7-
/* Exclude landing page 2026 so Dust Bucer / Urbanist can apply */
8-
#root *:not(#landing-page-2026 *),
9-
body *:not(#landing-page-2026 *) {
7+
/* Exclude landing page 2026 and download page so Dust Bucer / Urbanist can apply */
8+
#root *:not(#landing-page-2026 *):not(#download-page *),
9+
body *:not(#landing-page-2026 *):not(#download-page *) {
1010
font-family: var(--harmony-font-family);
1111
}
1212

0 commit comments

Comments
 (0)