Default to light Mojang status colors
This commit is contained in:
parent
01d8f0fdf1
commit
b6592f6be3
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user