Default to light Mojang status colors

This commit is contained in:
Hugo Manrique 2020-07-07 13:05:37 +02:00
parent 01d8f0fdf1
commit b6592f6be3
No known key found for this signature in database
GPG Key ID: A60730A4A4ACE782

@ -404,18 +404,18 @@ footer a:hover {
} }
/* Mojang status colors */ /* Mojang status colors */
@media (prefers-color-scheme: light) {
.mojang-status-online {
background: #87D37C;
}
.mojang-status-unstable { /* Light theme */
background: #f1c40f; .mojang-status-online {
} background: #87D37C;
}
.mojang-status-offline { .mojang-status-unstable {
background: #DE5749; background: #f1c40f;
} }
.mojang-status-offline {
background: #DE5749;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {