Skip to content

Commit

Permalink
Update the styling a bit to match better with our landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
MinThaMie committed Jul 24, 2024
1 parent b79147a commit 720eb16
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<style type="text/css">
:root {
--ember-brand: #E04E39;
--ember-black: #212121;
--ember-black: #1c1e24;
--ember-burnt-ember: #9b2918;
--ember-gray: #817f7f;
--ember-blue: #1e719b;
Expand Down Expand Up @@ -58,26 +58,31 @@
--color-button-bg: var(--ember-brand);
--color-button-bg-hover: var(--color-brand-hc-dark);
--container-width: 60.75rem;
--font-family-sans: "Inter var", "Inter web", -apple-system,
BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
Apple Color Emoji, Segoe UI Emoji;
--font-family-mono: SFMono-Regular, Consolas, Liberation Mono, Menlo,
monospace;
}

body {
background: var(--ember-black);
color: var(--ember-white);
margin: 0;
padding: 0;
font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
font-family: var(--font-family-sans);
}

a {
display: block;
color: var(--color-button-text);
background: var(--color-button-bg);
text-decoration: none;
font-weight: 600;
text-align: center;
font-size: var(--font-size-md);
padding: var(--spacing-1) var(--spacing-3);
border-radius: var(--radius);
line-height: var(--line-height-sm);
line-height: var(--line-height-md);
transition: background-color .2s, color .1s;
}
a:hover {
Expand Down Expand Up @@ -183,9 +188,7 @@ <h1 class="text-hero-xl" id="hero-title">
</header>

<a href="https://emberjs.com/">
Visit Ember.JS
<br>
https://emberjs.com/
Visit Ember.js
</a>
</div>

Expand Down

0 comments on commit 720eb16

Please sign in to comment.