8 lines
88 B
CSS
8 lines
88 B
CSS
#network {
|
|
color: #5e81ac;
|
|
}
|
|
|
|
#network.disconnected {
|
|
background-color: #f53c3c;
|
|
}
|
|
|