mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 05:24:44 +00:00
fix color
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user