clean up of home section; now with styling

This commit is contained in:
gingervitis
2020-11-13 03:43:28 -08:00
parent 3f1f96a768
commit 2211572ba1
11 changed files with 409 additions and 279 deletions

View File

@@ -61,10 +61,10 @@
color: #999;
}
.online .statusIcon svg {
fill: #52c41a;
fill: var(--online-color)
}
.online .statusLabel {
color: #52c41a;
color: var(--online-color)
}