diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-11 11:49:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-11 11:49:32 +0300 |
| commit | f819227bed8ab34e775ce5c0501457bf94c45fed (patch) | |
| tree | 9827a245b64c167a7be3d79105b2fe3b592d6221 /src/components/status_body | |
| parent | 255f47fe56a1f9db2ca669aff1d9bd9cdde5dd8b (diff) | |
fixed console errors, improved user-selecting, added cyantexting
Diffstat (limited to 'src/components/status_body')
| -rw-r--r-- | src/components/status_body/status_body.scss | 4 |
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%; |
