Skip to content

Commit

Permalink
Update styles in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahvsweb committed Aug 3, 2015
1 parent 309530a commit 4457c24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
padding: 0; margin: 0 auto;
width: 100%; height: auto;
background-color: #000;
color: #FFF;
}
</style>
</head>
Expand All @@ -14,6 +15,7 @@
<script src="touchpoint.js"></script>
<script>
(function () {
TouchPoint.color = 'red';
TouchPoint.init(window);
})();
</script>
Expand Down

0 comments on commit 4457c24

Please sign in to comment.