Fix extra network thumbs label color

Added white color for labels.
This commit is contained in:
Mykeehu
2023-01-23 22:36:27 +01:00
committed by GitHub
parent 5c1cb9263f
commit 82a28bfe35

View File

@@ -857,6 +857,7 @@ footer {
white-space: nowrap;
text-overflow: ellipsis;
background: rgba(0,0,0,.5);
color: white;
}
.extra-network-thumbs .card:hover .actions .name {