mirror of
https://github.com/vladmandic/automatic
synced 2026-09-12 16:08:43 +02:00
networks improve text readability
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -862,19 +862,6 @@ svg.feather.feather-image,
|
||||
border-radius: var(--radius-md);
|
||||
}
|
||||
|
||||
/* Overlay Name Styles */
|
||||
.extra-network-cards .card .overlay .name {
|
||||
font-size: var(--text-lg);
|
||||
font-weight: bold;
|
||||
text-shadow: 1px 1px black;
|
||||
color: white;
|
||||
overflow-wrap: anywhere;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
padding: 0.2em;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* Preview Styles */
|
||||
.extra-network-cards .card .preview {
|
||||
box-shadow: var(--button-shadow);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user