Skip to content

Commit 720eb16

Browse files
committed
Update the styling a bit to match better with our landing page
1 parent b79147a commit 720eb16

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

index.html

+10-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<style type="text/css">
1515
:root {
1616
--ember-brand: #E04E39;
17-
--ember-black: #212121;
17+
--ember-black: #1c1e24;
1818
--ember-burnt-ember: #9b2918;
1919
--ember-gray: #817f7f;
2020
--ember-blue: #1e719b;
@@ -58,26 +58,31 @@
5858
--color-button-bg: var(--ember-brand);
5959
--color-button-bg-hover: var(--color-brand-hc-dark);
6060
--container-width: 60.75rem;
61+
--font-family-sans: "Inter var", "Inter web", -apple-system,
62+
BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
63+
Apple Color Emoji, Segoe UI Emoji;
64+
--font-family-mono: SFMono-Regular, Consolas, Liberation Mono, Menlo,
65+
monospace;
6166
}
6267

6368
body {
6469
background: var(--ember-black);
6570
color: var(--ember-white);
6671
margin: 0;
6772
padding: 0;
68-
font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
73+
font-family: var(--font-family-sans);
6974
}
7075

7176
a {
7277
display: block;
7378
color: var(--color-button-text);
7479
background: var(--color-button-bg);
7580
text-decoration: none;
76-
font-weight: 600;
81+
text-align: center;
7782
font-size: var(--font-size-md);
7883
padding: var(--spacing-1) var(--spacing-3);
7984
border-radius: var(--radius);
80-
line-height: var(--line-height-sm);
85+
line-height: var(--line-height-md);
8186
transition: background-color .2s, color .1s;
8287
}
8388
a:hover {
@@ -183,9 +188,7 @@ <h1 class="text-hero-xl" id="hero-title">
183188
</header>
184189

185190
<a href="https://emberjs.com/">
186-
Visit Ember.JS
187-
<br>
188-
https://emberjs.com/
191+
Visit Ember.js
189192
</a>
190193
</div>
191194

0 commit comments

Comments
 (0)