Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
fix(maintenance): add styles for dark color-scheme, add status page
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Mar 21, 2021
1 parent 452b229 commit 6c45282
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
h1 {
font-size: 40px;
}
a {
color: #cc6333;
}
@media (prefers-color-scheme: dark) {
html,
body {
background-color: #191919;
color: #dddddd;
}
}
.container {
padding-right: 1rem;
padding-left: 1rem;
Expand Down Expand Up @@ -64,6 +74,11 @@
<div class="container">
<h1>The site is down for maintenance</h1>
<p>Sorry for the inconvenience, we'll be back shortly!</p>
<p>
<a href="https://status.stylebase.cc" rel="noopener">
Service Status
</a>
</p>
</div>
</main>
</body>
Expand Down

0 comments on commit 6c45282

Please sign in to comment.