mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix the background color in test app
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user