Skip to content

Commit 543e9b8

Browse files
set body and text colors
1 parent 22169d3 commit 543e9b8

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
@@ -30,6 +30,8 @@ body, html {
3030
padding: 0;
3131
font-family: "Source Sans Pro", sans-serif;
3232
font-size: 2rem;
33+
background: var(--color-light);
34+
color: var(--color-dark);
3335
}
3436

3537

0 commit comments

Comments
 (0)