commit c6e96bebd379ef1a03242454f59526e750069e68
parent 855726ae9ab639eaa18557d58a99d9453534dd67
Author: FIGBERT <figbert@figbert.com>
Date: Tue, 8 Jun 2021 19:27:40 -0700
Update theme_color from highlight to background
The new macOS Monterey update includes a change to Safari
that colors the tab bar with the theme_color meta property.
Having it be bright blue is a bit jarring – this makes for
much better reading.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/index.html b/templates/index.html
@@ -16,7 +16,7 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@therealFIGBERT">
<link rel="icon" href="/icon.png">
- <meta name="theme-color" content="#4169E1">
+ <meta name="theme-color" content="#1F1E1E">
</head>
<body>
<header>