networks improve text readability

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-10 07:29:30 -04:00
parent 5a9c52a48a
commit 35d68feb1e
3 changed files with 5 additions and 19 deletions
+4 -5
View File
@@ -1285,17 +1285,16 @@ table.settings-value-table td {
bottom: 0;
color: white;
font-size: var(--text-lg);
font-weight: bold;
overflow-wrap: anywhere;
overflow-wrap: break-word;
padding: 0.2em;
position: absolute;
text-shadow: 1px 1px black;
z-index: 10;
text-shadow: 2px 2px 2px black;
filter: drop-shadow(0px 0px 4px black);
}
.extra-network-cards .card .overlay .reference {
color: var(--body-text-color-subdued)
background-color: rgba(0, 0, 0, 0.2);
}
.extra-network-cards .card .preview {