1
0

change theme color

This commit is contained in:
Noa Himesaka 2022-12-28 00:15:59 +09:00
parent 57d6671de9
commit cd2fb99e30

View File

@ -21,7 +21,7 @@
%link{ rel: 'mask-icon', href: asset_pack_path('media/images/logo-symbol-icon.svg'), color: '#6364FF' }/
%link{ rel: 'manifest', href: manifest_path(format: :json) }/
%meta{ name: 'theme-color', content: '#191b22' }/
%meta{ name: 'theme-color', content: '#6e6259' }/
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title