]> git.draconx.ca Git - homepage.git/blobdiff - layouts/default.xsl
Implement dark mode without using CSS variables.
[homepage.git] / layouts / default.xsl
index 837a792e4c7f734b8b8f591a77b87955a8a8519f..d5be1039e5061cf8c8dc2eff408eeb306c35de0a 100644 (file)
@@ -2,7 +2,7 @@
 <!--
   Nick's web site: XHTML output stage
 
-  Copyright © 2018-2021 Nick Bowler
+  Copyright © 2018-2022 Nick Bowler
 
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
     <head>
       <meta name='viewport' content='width=device-width, initial-scale=1' />
       <link rel='stylesheet' type='text/css' href='/style.css' />
+      <link rel='alternate stylesheet' type='text/css' href='/dark.css'
+        title='Dark Style' />
       <link rel="icon" href="data:," />
       <title>
         <xsl:variable name='page-title' select='string(/document/title)' />