aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykeehu <halasim@hotmail.hu>2023-01-23 22:36:27 +0100
committerGitHub <noreply@github.com>2023-01-23 22:36:27 +0100
commit82a28bfe35928e244d4b51d72ce424aff5619b75 (patch)
tree61502aabfd8642830260dbf4161c2d9860dac192
parent5c1cb9263f980641007088a37360fcab01761d37 (diff)
Fix extra network thumbs label color
Added white color for labels.
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index b2677fa1..ec046f78 100644
--- a/style.css
+++ b/style.css
@@ -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 {