diff options
| author | Henry Jameson <me@hjkos.com> | 2024-01-31 17:39:51 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-01-31 17:39:51 +0200 |
| commit | 53a4b1f9a6a9aa6bc044609c3accb074d924daf9 (patch) | |
| tree | 1ee4cf91db73b5c63db776e37dbc2e8173dc3172 /src/components/status_body | |
| parent | ff2db7a247284cb32933b83c56286a942923a398 (diff) | |
better virtual components and stuff
Diffstat (limited to 'src/components/status_body')
| -rw-r--r-- | src/components/status_body/status_body.scss | 5 |
1 files changed, 2 insertions, 3 deletions
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 { |
