From 0c68e75b93c60d9a4c53f552ae033b21003a9ab6 Mon Sep 17 00:00:00 2001 From: "Hyper! (Stitch)" Date: Mon, 20 Nov 2017 17:09:14 +0000 Subject: [PATCH] Update pl-dark-masto-fe.css --- priv/static/packs/pl-dark-masto-fe.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/priv/static/packs/pl-dark-masto-fe.css b/priv/static/packs/pl-dark-masto-fe.css index 90650b915..0a9b426f3 100644 --- a/priv/static/packs/pl-dark-masto-fe.css +++ b/priv/static/packs/pl-dark-masto-fe.css @@ -15,7 +15,7 @@ background-color: #182230; } -.notification.notification-favourite.focusable { +.notification { background-color: #121a24; } @@ -44,7 +44,7 @@ } .icon-button { - color: #d8a070; + color: #d8a070 !important; } .status__content.status__content--with-action { @@ -108,7 +108,12 @@ .detailed-status__action-bar { background-color: #121a24; } - +.status__action-bar-button{ + background-color: #121a24; +} +.status__action-bar{ + color:#d8a070; +} .navigation-bar__profile-edit span { color: #d8a070; }