Skip to content

Commit

Permalink
Changing background to darker gray
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Jul 27, 2017
1 parent f3f5ef9 commit 9264924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cv",
"version": "1.0.1",
"version": "1.0.2",
"description": "Kamil Mielnik's Curriculum Vitae",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html, body {
margin: 0 auto;
padding: 0;
background: #ccc;
background: #aaa;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
Expand Down

0 comments on commit 9264924

Please sign in to comment.