We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
only dark
1 parent e6b12d9 commit 1f4914bCopy full SHA for 1f4914b
‎an_website/templates/base.html‎
@@ -14,7 +14,7 @@
14
<meta property="og:title" content="{{title}}">
15
<meta property="og:type" content="website">
16
<meta property="og:url" content="{{canonical_url}}">
17
- <meta property="color-scheme" content="{{ {'system': 'light dark', 'dark': 'only dark', 'light': 'only light'}.get(display_scheme) }}">
+ <meta property="color-scheme" content="{{ {'system': 'dark light', 'dark': 'dark', 'light': 'only light'}.get(display_scheme) }}">
18
<link rel="canonical" href="{{canonical_url}}">
19
<link rel="manifest" href="{{fix_static('manifest.json')}}">
20
<link rel="author" type="text/plain" href="{{fix_static('/humans.txt')}}">
0 commit comments