diff options
author | Hyper! (Stitch) <info@urgero.org> | 2017-11-20 17:19:22 +0000 |
---|---|---|
committer | Hyper! (Stitch) <info@urgero.org> | 2017-11-20 17:19:22 +0000 |
commit | dae2949bcc7329a336d513588ff498ffde133a15 (patch) | |
tree | e4f8f97d8c460b5ec9aea6d811f2a8be854e6d26 | |
parent | 0c68e75b93c60d9a4c53f552ae033b21003a9ab6 (diff) | |
download | pleroma-dae2949bcc7329a336d513588ff498ffde133a15.tar.gz |
Fix a links... Retweet button still broken.
-rw-r--r-- | priv/static/packs/pl-dark-masto-fe.css | 5 |
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 |