aboutsummaryrefslogtreecommitdiff
path: root/src/components/rich_content/rich_content.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/rich_content/rich_content.scss')
-rw-r--r--src/components/rich_content/rich_content.scss8
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);
+ }
}