force user profile links in summary to be text colored... for now.
This commit is contained in:
parent
c0010d0f48
commit
ece159822c
|
@ -204,6 +204,11 @@
|
||||||
|
|
||||||
--emoji-size: 1.7em;
|
--emoji-size: 1.7em;
|
||||||
|
|
||||||
|
.RichContent {
|
||||||
|
/* stylelint-disable-next-line declaration-no-important */
|
||||||
|
--link: var(--text) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.top-line,
|
.top-line,
|
||||||
.bottom-line {
|
.bottom-line {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue