diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-27 01:08:04 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-27 01:08:04 +0200 |
| commit | d8827932bc8f329c66bdf23fa0eb7af4ed41179a (patch) | |
| tree | c32b63ecb9d9e0734339288cfd405cd9d44002e2 /src/components/notifications | |
| parent | adc47ad38ac4dd28866d82664f587c71fdf0ca3d (diff) | |
fix collapsed notifications incorrect styles
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 1acccb8d..d749890d 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -60,20 +60,6 @@ padding: 0.6em; min-width: 0; - .RichContent { - a { - --link: var(--linkFaint); - } - - .greentext { - --funtextGreentext: var(--funtextGreentextFaint); - } - - .cyantext { - --funtextCyantext: var(--funtextCyantextFaint); - } - } - .avatar-container { width: 32px; height: 32px; |
