aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/head.html
diff options
context:
space:
mode:
authorsilvus <silvus@silvus.fr>2013-04-19 22:26:39 +0200
committersilvus <silvus@silvus.fr>2013-04-19 22:26:39 +0200
commitb4397510e75fe9c387bec4161769392906c81bd7 (patch)
tree1a8bfc93fad823c4b719165b2456780f64daa1fa /tpl/head.html
parentff4d8c8c1efca0759330906419cb5f36de86d156 (diff)
downloadwallabag-b4397510e75fe9c387bec4161769392906c81bd7.tar.gz
wallabag-b4397510e75fe9c387bec4161769392906c81bd7.tar.zst
wallabag-b4397510e75fe9c387bec4161769392906c81bd7.zip
Add a dark theme and is very simple switch
Diffstat (limited to 'tpl/head.html')
-rw-r--r--tpl/head.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/tpl/head.html b/tpl/head.html
index 6fcf9741..66b6895d 100644
--- a/tpl/head.html
+++ b/tpl/head.html
@@ -15,8 +15,12 @@
15 <link rel="apple-touch-icon-precomposed" href="./img/apple-touch-icon-precomposed.png"> 15 <link rel="apple-touch-icon-precomposed" href="./img/apple-touch-icon-precomposed.png">
16 <link rel="stylesheet" href="./css/knacss.css" media="all"> 16 <link rel="stylesheet" href="./css/knacss.css" media="all">
17 <link rel="stylesheet" href="./css/style.css" media="all"> 17 <link rel="stylesheet" href="./css/style.css" media="all">
18 <!-- Light Theme -->
19 <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style">
20 <!-- Dark Theme -->
21 <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style">
18 </head> 22 </head>
19 <body> 23 <body class="light-style">
20 <header> 24 <header>
21 <h1><img src="./img/logo.png" alt="logo poche" />poche</h1> 25 <h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
22 </header> 26 </header>