From 53a4b1f9a6a9aa6bc044609c3accb074d924daf9 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 31 Jan 2024 17:39:51 +0200 Subject: better virtual components and stuff --- src/components/status_body/status_body.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/components/status_body') diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 8fd60afc..a8878745 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -113,12 +113,11 @@ } .greentext { - color: $fallback--cGreen; - color: var(--postGreentext, $fallback--cGreen); + color: var(--textGreentext); } .cyantext { - color: var(--postCyantext, $fallback--cBlue); + color: var(--textCyantext); } &.-compact { -- cgit v1.2.3-70-g09d2