|
4 | 4 | <meta charset="utf-8" />
|
5 | 5 | <title>Page not found</title>
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
7 |
| - <link rel="icon" type="image/svg+xml" href="./favicon.svg"> |
| 7 | + <link rel="icon" type="image/svg+xml" href="https://opensource.adobe.com/spectrum-css/favicon.svg"> |
| 8 | + <!-- This preconnect opens the connection for typekit to more quickly load fonts --> |
| 9 | + <link rel="preconnect" href="https://use.typekit.net" crossorigin /> |
| 10 | + <!-- This is the script that attempts to pre-load the typekit fonts --> |
| 11 | + <script src="https://use.typekit.net/rok6rmo.js" id="typekit" type="text/javascript" async></script> |
| 12 | + |
8 | 13 | <style>
|
9 | 14 | body {
|
10 |
| - --spectrum-background-layer-1-color: rgb(253, 253, 253); |
11 |
| - |
12 | 15 | margin: 0;
|
13 | 16 | padding: 0;
|
14 | 17 | block-size: 100vh;
|
15 |
| - background-color: var(--spectrum-background-layer-1-color); |
| 18 | + background-color: rgb(253, 253, 253); |
16 | 19 | }
|
17 | 20 |
|
18 | 21 | header {
|
|
22 | 25 | }
|
23 | 26 |
|
24 | 27 | main {
|
25 |
| - --spectrum-neutral-content-color-default: rgb(34, 34, 34); |
26 |
| - |
27 |
| - color: var(--spectrum-neutral-content-color-default); |
| 28 | + color: rgb(34, 34, 34); |
28 | 29 | display: flex;
|
29 | 30 | padding-inline: 20px;
|
30 |
| - padding-block: 4rem; |
| 31 | + padding-block: 1rem 4rem; |
31 | 32 | flex-direction: column;
|
32 | 33 | align-items: flex-start;
|
33 | 34 | gap: 60px;
|
|
41 | 42 | }
|
42 | 43 |
|
43 | 44 | h1, h2, p {
|
44 |
| - --spectrum-sans-font-family-stack: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif; |
| 45 | + --spectrum-sans-font-family-stack: "Adobe Clean", adobe-clean, "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif; |
45 | 46 |
|
46 | 47 | -webkit-font-smoothing: antialiased;
|
47 | 48 | font-family: var(--spectrum-sans-font-family-stack);
|
48 | 49 | }
|
49 | 50 |
|
50 | 51 | h1 {
|
51 |
| - font-weight: 700; |
52 |
| - font-size: 32px; |
53 |
| - margin-block: 20px 8px; |
| 52 | + font-weight: 400; |
| 53 | + font-size: 24px; |
| 54 | + margin-block-end: 8px; |
54 | 55 | }
|
55 | 56 |
|
56 | 57 | h2 {
|
57 |
| - font-size: 24px; |
58 |
| - margin-block: 20px 8px; |
| 58 | + font-size: 48px; |
| 59 | + margin-block-end: 8px; |
59 | 60 | padding-block-end: 4px;
|
60 | 61 | }
|
61 | 62 |
|
62 | 63 | p {
|
63 |
| - font-size: 14px; |
| 64 | + font-size: 18px; |
64 | 65 | line-height: 24px;
|
65 | 66 | margin-block: 16px;
|
66 | 67 | }
|
|
96 | 97 | <main>
|
97 | 98 | <h1>404: Page not found</h1>
|
98 | 99 | <section>
|
99 |
| - <img src="/spectrum_illustration_2x.png" alt=""> |
| 100 | + <img src="https://opensource.adobe.com/spectrum-css/spectrum_illustration_2x.png" alt="An abstract illustrated image with a whimsical color palette"> |
100 | 101 | <h2>It's not you. It's us.</h2>
|
101 |
| - <p>We've made lots of changes to the Spectrum CSS documentation site, including consolidating all of the documentation and moving it to a single location within Storybook.</p> |
| 102 | + <p>We've made a lot of improvements to the Spectrum CSS documentation site, including consolidating all of the documentation and moving it to a single location within Storybook.</p> |
102 | 103 | <p>If you're looking for information on Spectrum CSS components, let's get you back to <a href="https://opensource.adobe.com/spectrum-css/">our landing page</a>. From there, experiment with all of our components to your heart's content!
|
103 | 104 | </p>
|
104 | 105 | </section>
|
|
0 commit comments