logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: ece159822c4df48f828b18f69c0a4b82577e4f92
parent c0010d0f484a2800c3f453beafc0b07c5f24c918
Author: Henry Jameson <me@hjkos.com>
Date:   Thu,  4 Apr 2024 22:50:04 +0300

force user profile links in summary to be text colored... for now.

Diffstat:

Msrc/components/user_card/user_card.scss5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/components/user_card/user_card.scss b/src/components/user_card/user_card.scss @@ -204,6 +204,11 @@ --emoji-size: 1.7em; + .RichContent { + /* stylelint-disable-next-line declaration-no-important */ + --link: var(--text) !important; + } + .top-line, .bottom-line { display: flex;