From: Hyper! (Stitch) Date: Mon, 20 Nov 2017 17:19:22 +0000 (+0000) Subject: Fix a links... Retweet button still broken. X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=dae2949bcc7329a336d513588ff498ffde133a15;p=akkoma Fix a links... Retweet button still broken. --- 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