From 1abd040428b9bfa8f1a13c1d9ff474bc19b77ddf Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 26 Oct 2021 21:11:28 -0600 Subject: [PATCH] Remove redundant loading of variables.css variables.css doesn't need to be loaded by any template, since WHOOGLE_CONFIG_STYLE loads those values by default when not set explicitly. Loading the stylesheet caused the logo colors to be persistent unless set individually. Sorry @gripped for sneaking all of this unnecessary color in... Fixes #492 --- app/templates/display.html | 1 - app/templates/index.html | 1 - 2 files changed, 2 deletions(-) diff --git a/app/templates/display.html b/app/templates/display.html index 288f24d..e9ec20b 100644 --- a/app/templates/display.html +++ b/app/templates/display.html @@ -7,7 +7,6 @@ - {% if config.theme %} {% if config.theme == 'system' %} diff --git a/app/templates/index.html b/app/templates/index.html index 27b1f1b..18f2bcf 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -21,7 +21,6 @@ - {% if config.theme %} {% if config.theme == 'system' %}