You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
853 B
HTML

2 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" href="./public/favicon.ico"/>
<link rel="stylesheet" href="./src/util/css/loading.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js">
</script>
</body>
<style>
.html, body {
background-color: rgb(2, 11, 49);
}
.el-table {
background-color: rgb(2, 11, 49) !important;
/*color: white;*/
--el-table-bg-color: rgb(2, 11, 49) !important;
}
.el-table__header {
background-color: rgb(2, 11, 49) !important;
/*color: white;*/
}
.el-table__header-wrapper {
background-color: rgb(2, 11, 49) !important;
/*color: white;*/
}
</style>
</html>