diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css
index 825a77e60..387cc95c6 100644
--- a/src/public/stylesheets/theme-next.css
+++ b/src/public/stylesheets/theme-next.css
@@ -1,3 +1,6 @@
+/*
+ * Dark color scheme
+ */
@media (prefers-color-scheme: dark) {
:root {
--theme-style: dark;
@@ -101,4 +104,5 @@
.ck-content pre {
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
}
-}
\ No newline at end of file
+}
+
diff --git a/src/views/setup.ejs b/src/views/setup.ejs
index ac3fd6c91..c412a6320 100644
--- a/src/views/setup.ejs
+++ b/src/views/setup.ejs
@@ -162,6 +162,8 @@
-
+
+
+