From 475ef8bbf165555e670a3b573a461bb615fadf07 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 22 Mar 2019 01:54:48 -0500 Subject: [PATCH] don't lighten footer drawer --- app/javascript/flavours/glitch/styles/components/drawer.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index f467d61e0..0068223b2 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -273,7 +273,6 @@ } .drawer__inner__mastodon { - background: lighten($ui-base-color, 13%) url('data:image/svg+xml;utf8,') no-repeat bottom / 100% auto; flex: 1; min-height: 47px;