aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--priv/static/packs/pl-dark-masto-fe.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/priv/static/packs/pl-dark-masto-fe.css b/priv/static/packs/pl-dark-masto-fe.css
index 0a9b426f3..fdd987e5c 100644
--- a/priv/static/packs/pl-dark-masto-fe.css
+++ b/priv/static/packs/pl-dark-masto-fe.css
@@ -120,7 +120,7 @@
.compose-form__buttons {
background-color: #182230;
- color: #b9b9ba;
+ color: #d8a070;
}
.text-icon-button {
@@ -133,4 +133,7 @@
.notification__message{
background-color: #121a24;
+}
+a.status-link{
+ color: #d8a070;
} \ No newline at end of file