diff --git a/app.py b/app.py index 7a60093..4f2f4dc 100644 --- a/app.py +++ b/app.py @@ -26,6 +26,8 @@ API_KEY = config['DEFAULT']['API_KEY'] bootstrap = Bootstrap5(app) +app.config['BOOTSTRAP_BOOTSWATCH_THEME'] = 'sandstone' + # Initialize the logger logger = logging.getLogger(__name__) logger.setLevel(logging.DEBUG) # Adjust as needed diff --git a/templates/header.html b/templates/header.html index 5154f72..8890e3c 100644 --- a/templates/header.html +++ b/templates/header.html @@ -13,20 +13,20 @@