]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.concatenative: adding theme-color
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 5 Aug 2022 23:41:34 +0000 (16:41 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 5 Aug 2022 23:41:34 +0000 (16:41 -0700)
extra/websites/concatenative/page.xml

index 465fd06bac16083004012102f05be6330408bdf1..7a0782de541e053d86097116fcaa4140c79140dc 100644 (file)
@@ -7,6 +7,9 @@
         <head>
             <meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8" />
 
+            <meta name="theme-color" content="#f5f5f5" media="(prefers-color-scheme: light)" />
+            <meta name="theme-color" content="#373e48" media="(prefers-color-scheme: dark)" />
+
             <t:write-title />
 
             <t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />