From af55c86225ffd2f94e1d73cedf24434aec531d86 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 8 Apr 2021 20:45:46 +0200 Subject: [PATCH] fix: button background on sw update --- src/styles/content/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/content/_index.scss b/src/styles/content/_index.scss index 894169c..40aed50 100644 --- a/src/styles/content/_index.scss +++ b/src/styles/content/_index.scss @@ -3,7 +3,7 @@ main { } .no-background-image { - background-image: none; + background-image: none !important; } /* Styles of the right-hand menu + pages with that menu */