mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-01-15 14:23:49 -08:00
Fixed loading view (embed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user