Skip to content

Commit 9f8a560

Browse files
authored
Merge pull request #213 from ember-learn/set-body-text-color
Set body and text color
2 parents ec7fec4 + 543e9b8 commit 9f8a560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addon/styles/global.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ body, html {
3232
padding: 0;
3333
font-family: "Source Sans Pro", sans-serif;
3434
font-size: 2rem;
35+
background: var(--color-light);
36+
color: var(--color-dark);
3537
}
3638

3739

0 commit comments

Comments
 (0)