From 8e5d5138c0b2ac1f4b9b37c172d7fb24e5f64557 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 4 May 2025 20:05:38 +0200 Subject: [PATCH] fix bootswatch 5.3.5 issue --- frontend/src/assets/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/assets/custom.scss b/frontend/src/assets/custom.scss index c126c04..5d12373 100644 --- a/frontend/src/assets/custom.scss +++ b/frontend/src/assets/custom.scss @@ -5,6 +5,10 @@ $web-font-path: false; @import "bootstrap/scss/bootstrap"; @import "bootswatch/dist/lux/bootswatch"; +// fix strange border width bug in bootswatch 5.3 +:root { + --bs-border-width: 1px; +} // for future use, once bootswatch supports @use /*