Support "system" theme setting (light/dark theme depending on user system preference) (#29748)
Co-authored-by: Nishiki Liu <hello@nshki.com>
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
			
		||||
      %link{ rel: 'dns-prefetch', href: storage_host }/
 | 
			
		||||
 | 
			
		||||
    = stylesheet_pack_tag 'common', media: 'all', crossorigin: 'anonymous'
 | 
			
		||||
    = stylesheet_pack_tag Setting.default_settings['theme'], media: 'all', crossorigin: 'anonymous'
 | 
			
		||||
    = theme_style_tags Setting.theme # Use the admin-configured theme here, even if logged in
 | 
			
		||||
    = javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
 | 
			
		||||
    = preload_pack_asset "locale/#{I18n.locale}-json.js"
 | 
			
		||||
    = render_initial_state
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user