diff options
author | Mykeehu <halasim@hotmail.hu> | 2023-01-23 22:36:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 22:36:27 +0100 |
commit | 82a28bfe35928e244d4b51d72ce424aff5619b75 (patch) | |
tree | 61502aabfd8642830260dbf4161c2d9860dac192 | |
parent | 5c1cb9263f980641007088a37360fcab01761d37 (diff) |
Fix extra network thumbs label color
Added white color for labels.
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 {
|