diff --git a/src/partials/head-scripts.hbs b/src/partials/head-scripts.hbs index a230063..ea541ae 100644 --- a/src/partials/head-scripts.hbs +++ b/src/partials/head-scripts.hbs @@ -7,4 +7,6 @@ if (theme === 'dark') document.documentElement.classList.add('theme-dark') }(localStorage && localStorage.getItem('theme') || (matchMedia('(prefers-color-scheme: dark)') && 'dark')) + + \ No newline at end of file diff --git a/src/partials/head-styles.hbs b/src/partials/head-styles.hbs index d6839e5..fbafa2e 100644 --- a/src/partials/head-styles.hbs +++ b/src/partials/head-styles.hbs @@ -1 +1,2 @@ + \ No newline at end of file