logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 2382810823df1c0ee102d67602c120d42e279d2f
parent fbea4f9986bb08b85d89dee1c458611e98460d3d
Author: Henry Jameson <me@hjkos.com>
Date:   Wed,  3 Apr 2024 21:27:25 +0300

fix repeater links

Diffstat:

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

diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss @@ -83,3 +83,8 @@ color: var(--funtextCyantext); } } + +a .RichContent { + /* stylelint-disable-next-line declaration-no-important */ + color: var(--link) !important; +}