From 13723059149a465fbd482976279d36b9d22ef53b Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Tue, 3 Jul 2018 08:49:18 +0200 Subject: [PATCH] get rid of background-color in logo --- templates/widgets/navbar.lucius | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/widgets/navbar.lucius b/templates/widgets/navbar.lucius index c597176e4..0c41669d7 100644 --- a/templates/widgets/navbar.lucius +++ b/templates/widgets/navbar.lucius @@ -57,7 +57,6 @@ height: calc(100% - 4px); padding: 0 6px 4px; box-shadow: 0 0 0 1px inset var(--color-lmu-box-border); - background-color: var(--color-primary); } &::after { @@ -72,7 +71,6 @@ height: calc(100% - 4px); padding: 0 6px 4px; box-shadow: 0 0 0 1px inset var(--color-lmu-box-border); - background-color: var(--color-primary); } }