Fix the background color in test app
This commit is contained in:
parent
576b54320a
commit
247b3f3605
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue