Skip to content

Commit b5e0f06

Browse files
committedNov 5, 2015
Merge pull request #6 from koalabears/bgColour
changing background colour
2 parents cb3c523 + a761591 commit b5e0f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/styles/components/App.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
body {
3-
background-color: black;
4-
color: purple;
3+
background-color: pink;
4+
color: yellow;
55
margin: 0;
66
}
77

0 commit comments

Comments
 (0)
Please sign in to comment.