fix: Check user's theme preference during page load (#156)

This commit is contained in:
Alessio Cappa
2025-09-23 15:43:36 +02:00
committed by GitHub
parent d2f631ec5c
commit 2716fad72c
3 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<%= combobox_style_tag %>
<%= javascript_importmap_tags %>
<%= render "layouts/dark_mode_check" %>
<%= turbo_refreshes_with method: :morph, scroll: :preserve %>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover">