From 970e7fd041ac084d64f84e3145df72143aa9d309 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 26 Jul 2024 11:45:43 -0400 Subject: Fix bug with style sheet loading --- scripts/theme.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/theme.js b/scripts/theme.js index 06d6811..ffe01cf 100644 --- a/scripts/theme.js +++ b/scripts/theme.js @@ -1,8 +1,8 @@ 'use strict'; const BASE_THEMES = [[ - "styles/themes/colors-base.css", - "styles/themes/colors-dark.css" + "/styles/themes/colors-base.css", + "/styles/themes/colors-dark.css" ], [ "Light", @@ -70,4 +70,4 @@ class Theme{ window.Theme = Theme; -window.Theme.init(); \ No newline at end of file +window.Theme.init(); -- cgit v1.2.3