Dark Mode Test

This page tests the dark mode implementation

// Test code block
function testDarkMode() {
    console.log('Dark mode is working!');
    return true;
}