fix color

This commit is contained in:
Evgeny @ SimpleX Chat
2026-06-02 21:13:07 +00:00
parent b787d85a45
commit 55ce77adc9
+9
View File
@@ -487,6 +487,15 @@ const STYLE = `
overflow-wrap: break-word;
}
.simplex-preview-info-descr a {
color: var(--sp-link);
text-decoration: none;
}
.simplex-preview-info-descr a:hover {
text-decoration: underline;
}
.simplex-preview-info-subscribers {
font-size: 14px;
color: var(--sp-text-secondary);