/*
 * This file is part of Blender WebGPU Export.
 * Licensed under the GNU General Public License v3.0 or later.
 * See LICENSE.txt for full license details.
 */

* {color-scheme: dark;}

#stats {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: lime;
}
.webgpu {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
	z-index: 0;
}
.event.GPUEnabled{
	visibility: hidden;
}