Adjust network name badge colours (darker) (#2823)

This commit is contained in:
Jaco Greeff 2016-10-22 22:29:47 +02:00 committed by GitHub
parent aca82fb84b
commit 3637c6ad9a

View File

@ -51,11 +51,11 @@
}
.networklive {
background: rgb(75, 255, 75);
background: rgb(0, 136, 0);
}
.networktest {
background: rgb(255, 75, 75);
background: rgb(136, 0, 0);
}
.peers {