diff options
| author | Henry Jameson <me@hjkos.com> | 2024-04-04 22:50:04 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-04-04 22:50:04 +0300 |
| commit | ece159822c4df48f828b18f69c0a4b82577e4f92 (patch) | |
| tree | cba62467f7cef8f02412a74aaa3eeb6307e53cb8 /src | |
| parent | c0010d0f484a2800c3f453beafc0b07c5f24c918 (diff) | |
force user profile links in summary to be text colored... for now.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card/user_card.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/user_card/user_card.scss b/src/components/user_card/user_card.scss index 90daaf7d..70a76d54 100644 --- 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; |
