From 601524c47c7197561281b855e61b013779e671cd Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 6 Feb 2019 11:54:45 -0500 Subject: [PATCH] Use `color` instead of `fill` for the badge icon re: 7fe0380d7 Now that the icons are all using `fill=currentColor` this is the way to do it --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index d549333d5..df759735d 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3822,7 +3822,7 @@ img.tile-debug { vertical-align: baseline; width: 11px; height: 11px; - fill: #fff; + color: #fff; } /* For text (e.g. upcoming events) */