logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 6a1da892971439d6ee7e7935a8e1d765c69c705a
parent 3490716365746933b609230e228550c64931570a
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 27 Jan 2025 11:28:46 +0200

force faint link on faint rich content

Diffstat:

Msrc/components/rich_content/rich_content.scss4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss @@ -8,6 +8,10 @@ --funtextGreentext: var(--funtextGreentextFaint) !important; --funtextCyantext: var(--funtextCyantextFaint) !important; /* stylelint-enable declaration-no-important */ + + a { + color: var(--linkFaint); + } } blockquote {