Fixed loading view (embed)

This commit is contained in:
perast
2020-11-11 11:04:52 +01:00
parent 836d193606
commit a3ba082adc
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ body {
text-shadow: 1px 1px 2px black;
}
.list-group-item, form, h1 {
background-color: #f26722;
background-color: rgba(242, 103, 34, 0.7);
border: 2px solid white;
}

View File

@@ -6,7 +6,7 @@
</head>
<body>
<div class="container-fluid">
<h1>Loading Zwift...</h1>
<h1><div class="text-shadow">Loading Zwift...</div></h1>
</div>
</body>
</html>