Fix: Color for private note links (#1771)
This commit is contained in:
parent
64d7dc5335
commit
c1a2f75509
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,9 @@ export default {
|
|||
max-width: 32rem;
|
||||
padding: var(--space-small) var(--space-normal);
|
||||
}
|
||||
&.is-private.is-text > .message-text__wrap .link {
|
||||
color: var(--w-700);
|
||||
}
|
||||
}
|
||||
|
||||
&.is-pending {
|
||||
|
|
Loading…
Reference in a new issue