diff --git a/404.html b/404.html index eb4830096..289145113 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ @@ -66,7 +66,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('colibri') html.classList.add(theme); html.classList.add('js'); @@ -103,12 +103,12 @@