From 41c118122760570e297b39db9b836ced0657df91 Mon Sep 17 00:00:00 2001 From: Victor Miti Date: Fri, 2 Jun 2023 13:33:11 +0100 Subject: [PATCH] feat: use bootstrap 5.3, with built-in dark mode support --- app/web/_includes/base.njk | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/web/_includes/base.njk b/app/web/_includes/base.njk index e8c383c1..add4f73a 100644 --- a/app/web/_includes/base.njk +++ b/app/web/_includes/base.njk @@ -1,5 +1,5 @@ - + {% if site.isProd %}