-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site theme color #462
Comments
@TheBeachMaster You could add arbitrary meta tags from meta:
- name=theme-color;content=#123456 |
I add this in _config.yml with latest Icarus: |
@ppoffice and @Icecream-blue-sky ....
meta:
- name=theme-color;content=#512da8
- name=background_color;content=#9c27b0
- name=apple-mobile-web-app-capable;content=yes
- name=apple-mobile-web-app-status-bar-style;content=black-translucent Yields <meta name="theme-color" content="#512da8" />
<meta name="background_color" content="#9c27b0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> which looks okay by me See otienoken.me |
Add options to inject site theme color
Importance: it is a color that user agents should use to customize the display of the page or of the surrounding user interface.
Site
The text was updated successfully, but these errors were encountered: