From 9bba0d80d81c33629c56b724a40fcdcb5ba9c655 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 21 Jan 2018 23:06:41 -0800 Subject: [PATCH] fix fill color on boosted status --- routes/_components/Status.html | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/_components/Status.html b/routes/_components/Status.html index dc5e75bc..060cb7e3 100644 --- a/routes/_components/Status.html +++ b/routes/_components/Status.html @@ -197,6 +197,7 @@ .status-boosted svg { width: 18px; height: 18px; + fill: var(--deemphasized-text-color); } .status-sensitive-media-container {