Fix the background color in test app

This commit is contained in:
Cheng Zhao 2016-04-01 16:35:19 +09:00
parent 576b54320a
commit 247b3f3605

View file

@ -3,6 +3,11 @@
<meta name="referrer" content="always">
<link href="../node_modules/mocha/mocha.css" rel="stylesheet">
<script src="jquery-2.0.3.min.js"></script>
<style type="text/css">
body {
background-color: white;
}
</style>
</head>
<body>