aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_body
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/status_body')
-rw-r--r--src/components/status_body/status_body.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss
index 10b4c186..310185ae 100644
--- a/src/components/status_body/status_body.scss
+++ b/src/components/status_body/status_body.scss
@@ -112,6 +112,10 @@
color: var(--postGreentext, $fallback--cGreen);
}
+ .cyantext {
+ color: var(--postCyantext, $fallback--cBlue);
+ }
+
/* Not sure if this is necessary */
video {
max-width: 100%;