From 6d6833a4178c0d88d7d2010df244a14cc6b2c99d Mon Sep 17 00:00:00 2001 From: Niek Rabelink Date: Mon, 7 Sep 2026 13:17:04 +0200 Subject: [PATCH] chore: Add a new line at the end of theme.js for consistency --- theme.js | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.js b/theme.js index e6b21f6..923f408 100644 --- a/theme.js +++ b/theme.js @@ -33,3 +33,4 @@ document.addEventListener('DOMContentLoaded', () => { const current = document.documentElement.getAttribute('data-theme') || 'dark'; updateThemeButton(current); }); +