From 5dfa15f21de22ca2ed17eb8639413950395f4013 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sat, 16 Jan 2021 11:52:52 -0600 Subject: [PATCH] fix: remove muting --- app/src/react/components/ui.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/react/components/ui.scss b/app/src/react/components/ui.scss index eb0b7bd..e1a4372 100644 --- a/app/src/react/components/ui.scss +++ b/app/src/react/components/ui.scss @@ -1,5 +1,4 @@ .ui { - background-color: rgba(0, 0, 0, 0.2); display: inline-block; left: 50%; position: absolute;