diff options
| author | Henry Jameson <me@hjkos.com> | 2024-04-03 21:27:25 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-04-03 21:27:25 +0300 |
| commit | 2382810823df1c0ee102d67602c120d42e279d2f (patch) | |
| tree | 46bcca12fe9f224950f876efceb004f17994e8d5 /src | |
| parent | fbea4f9986bb08b85d89dee1c458611e98460d3d (diff) | |
fix repeater links
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/rich_content/rich_content.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss index 962fd5bb..118b6acf 100644 --- 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; +} |
