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,7 +404,8 @@ footer a:hover {
}
/* Mojang status colors */
@media (prefers-color-scheme: light) {
/* Light theme */
.mojang-status-online {
background: #87D37C;
}
@ -416,7 +417,6 @@ footer a:hover {
.mojang-status-offline {
background: #DE5749;
}
}
@media (prefers-color-scheme: dark) {
.mojang-status-online {