From 8dc023f2006d84fbc9e74554efe0a317942c398b Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 17 Nov 2018 17:16:20 +0000 Subject: [PATCH] Change cookie notice styling Remove unnecessary border --- assets/global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/global.css b/assets/global.css index 66ea19c..f874809 100644 --- a/assets/global.css +++ b/assets/global.css @@ -59,7 +59,6 @@ body { height: 70px; position: absolute; background: --mdc-theme-primary; - border-bottom: 2px solid #fbeed5; color: --mdc-theme-background; text-align: center; bottom: 0;