]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/head.html
Add a dark theme and is very simple switch
[github/wallabag/wallabag.git] / tpl / head.html
index 6fcf9741967e19ba20b5e060312d6fbbac67526b..66b6895d7225c6f5ed78b1e72aa088ba40f0cd31 100644 (file)
         <link rel="apple-touch-icon-precomposed" href="./img/apple-touch-icon-precomposed.png">
         <link rel="stylesheet" href="./css/knacss.css" media="all">
         <link rel="stylesheet" href="./css/style.css" media="all">
+        <!-- Light Theme -->
+        <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style">
+        <!-- Dark Theme -->
+        <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style">
     </head>
-    <body>
+    <body class="light-style">
         <header>
             <h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
         </header>