From 6c452827243a862ce17768d40244ff72a58060e5 Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Sun, 21 Mar 2021 20:14:40 +0500 Subject: [PATCH] fix(maintenance): add styles for dark color-scheme, add status page --- maintenance.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/maintenance.html b/maintenance.html index 0dda57e..9e6dc2d 100644 --- a/maintenance.html +++ b/maintenance.html @@ -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; @@ -64,6 +74,11 @@

The site is down for maintenance

Sorry for the inconvenience, we'll be back shortly!

+

+ + Service Status + +