* Change full logo to use primary text color of the given theme * Fix colors of public layout header in light theme
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			340 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			340 B
		
	
	
	
		
			Text
		
	
	
	
	
	
- content_for :header_tags do
 | 
						|
  = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
 | 
						|
 | 
						|
- content_for :content do
 | 
						|
  .container-alt
 | 
						|
    .logo-container
 | 
						|
      %h1
 | 
						|
        = link_to root_path do
 | 
						|
          = svg_logo_full
 | 
						|
 | 
						|
    .form-container
 | 
						|
      = render 'flashes'
 | 
						|
 | 
						|
      = yield
 | 
						|
 | 
						|
= render template: 'layouts/application'
 |