Default to light mode unless user prefers dark

Amolith created

Change summary

ws/static/head.html.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

ws/static/head.html.tmpl 🔗

@@ -7,8 +7,8 @@
         <meta name="title" content="Willow">
         <meta name="description" content="Forge-agnostic software release tracker">
 
-        <!-- Indicate that we support both light and dark mode -->
-        <meta name="color-scheme" content="dark light">
+        <!-- Indicate that we support both light and dark mode, and that we prefer light -->
+        <meta name="color-scheme" content="light dark">
 
         <!-- Preload CSS reset -->
         <link rel="preload" href="/static/reset.css" as="style" />