aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_body
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-12 19:17:17 +0200
committerHenry Jameson <me@hjkos.com>2024-02-12 19:17:17 +0200
commit48f106b438e22d8289904c9f474819ad7b85d0e8 (patch)
tree65546fe547d64e85287de8719b8e6647780e4e2c /src/components/status_body
parentae345d2c458bd0952d9b85c2e03060b2d286d320 (diff)
separate greentext into "fun text" and make Post/Notification related components
Diffstat (limited to 'src/components/status_body')
-rw-r--r--src/components/status_body/status_body.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss
index a8878745..930ed803 100644
--- a/src/components/status_body/status_body.scss
+++ b/src/components/status_body/status_body.scss
@@ -112,14 +112,6 @@
}
}
- .greentext {
- color: var(--textGreentext);
- }
-
- .cyantext {
- color: var(--textCyantext);
- }
-
&.-compact {
align-items: top;
flex-direction: row;