前に Chrome と Opera 用の meta タグによる テーマ カラー に対応させたと書いたんですが
- [Blog]テンプレート改修 (2020/02/04~)
まぁこんな感じで Chrome for Android の テーマ カラー を設定できるわけです
(画像は Chrome 39 for Android)
2014年の11月にサポートされています
Starting in version 39 of Chrome for Android on Lollipop, you’ll now be able to use the theme-color meta tag to set the toolbar color—this means no more Seattle gray toolbars! The syntax is pretty simple: add a meta tag to your page’s <head> with the name="theme-color", and set the content to any valid CSS color.
For example, to set the background to your favorite color or HTML5Rocks orange:
<meta name="theme-color" content="#db5945">
Support for theme-color in Chrome 39 for Android | Web
https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
<head>内に好きなカラーを入れた上のmetaタグを入れるだけです
Bloggerの場合
<meta content='#db5945' name='theme-color'/>
*Bloggerの新テーマ、Contempo, Soho, Emporio, Notable, Essential では
カスタマイズ(テーマ > カスタマイズ)で設定できる部分(メインのカラーテーマ)なので
重複するので注意
私のブログが Galaxy A7 でどう見えてるかというと
原寸でアップしますが
ウェブ バージョン(?m=0)で表示させるとアドレスバー周りに色が着いています




0 comments:
スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。
注: コメントを投稿できるのは、このブログのメンバーだけです。