diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-12 19:17:17 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-12 19:17:17 +0200 |
| commit | 48f106b438e22d8289904c9f474819ad7b85d0e8 (patch) | |
| tree | 65546fe547d64e85287de8719b8e6647780e4e2c /src/components/rich_content | |
| parent | ae345d2c458bd0952d9b85c2e03060b2d286d320 (diff) | |
separate greentext into "fun text" and make Post/Notification related components
Diffstat (limited to 'src/components/rich_content')
| -rw-r--r-- | src/components/rich_content/rich_content.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss index e5d353ac..3bb5b16b 100644 --- a/src/components/rich_content/rich_content.scss +++ b/src/components/rich_content/rich_content.scss @@ -65,4 +65,12 @@ vertical-align: middle; object-fit: contain; } + + .greentext { + color: var(--funtextGreentext); + } + + .cyantext { + color: var(--funtextCyantext); + } } |
