Skip to content
Snippets Groups Projects
Unverified Commit 1cebd589 authored by nobu1308's avatar nobu1308 Committed by GitHub
Browse files

Update meta theme-color in html-head.html (#527)

theme-color that works in both light and dark mode
parent 36a7e328
No related branches found
No related tags found
No related merge requests found
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ default .Summary .Description }}"> <meta name="description" content="{{ default .Summary .Description }}">
<meta name="theme-color" content="#FFFFFF"> <meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"> <meta name="color-scheme" content="light dark">
{{- with .Page.Params.BookHref -}} {{- with .Page.Params.BookHref -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment