Skip to content

Commit c1e6ee9

Browse files
committed
dev
1 parent 9bd2ff3 commit c1e6ee9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
77

88
html,
9-
body {
9+
body,
10+
#root {
1011
font-family: 'MerriweatherSans-Light', sans-serif;
12+
background-color: #0e1a34 !important;
13+
color: #fff;
1114
}
1215

1316
html {

0 commit comments

Comments
 (0)