Dark Theme for Availability map

I love the look of PHPServerMon and IPMonitor with them being dark themed and they also provide more info. If there any way to make the Availability map show more info like uptime and downtime.

1 Like

I use the availability map as a wall board in our office. I use the chrome plugin “Stylebot” to make the availability map “dark”

heres my css i use with stylebot

.down {
background-color: #faa;
}

.up {
background-color: #cfa;
}

.warn {
background-color: #fe9;
}

html, body {
background-color: black;
}