Skip to content

Commit

Permalink
Background was black for a reason
Browse files Browse the repository at this point in the history
  • Loading branch information
villermen committed Jul 4, 2017
1 parent 5d69c78 commit 18f701b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html, body {
box-sizing: border-box;
}
body {
background-color: #001000;
background-color: black;
color: #00c800;
font-family: "Roboto", sans-serif;
padding: 0.8rem 0.8rem 0 0.8rem;
Expand Down

1 comment on commit 18f701b

@villermen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reason: So that the rotating image blends into the background color.

Please sign in to comment.