diff --git a/404.html b/404.html index 5bb6063..1e592d2 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ - + @@ -39,7 +39,7 @@ @@ -65,7 +65,7 @@ if (theme === null || theme === undefined) { theme = default_theme; } var html = document.querySelector('html'); html.classList.remove('no-js') - html.classList.remove('light') + html.classList.remove('rust') html.classList.add(theme); html.classList.add('js'); @@ -102,8 +102,8 @@