Skip to content

Commit

Permalink
Merge pull request #132 from yielder/patch-1
Browse files Browse the repository at this point in the history
Fix background color issue after fullscreen
  • Loading branch information
jdan committed Nov 30, 2015
2 parents d1a8c7e + 5214894 commit ba7736a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/default.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #222;
background-color: #f7f7f7;
font-size: 100%;
}

.slide {
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
background-color: #f7f7f7;
}

.slide-content {
Expand Down

0 comments on commit ba7736a

Please sign in to comment.