aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/head.html
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2013-04-19 22:41:02 -0700
committerNicolas Lœuillet <nicolas@loeuillet.org>2013-04-19 22:41:02 -0700
commit4e97e6e8b9b6b02942f506b930b215540cd1f2a1 (patch)
tree9e82447101d85d63f486dbad541707a8e3ea47be /tpl/head.html
parent682536a9e759bf8c17e171bbd75d64c4cb3a308d (diff)
parentb4397510e75fe9c387bec4161769392906c81bd7 (diff)
downloadwallabag-4e97e6e8b9b6b02942f506b930b215540cd1f2a1.tar.gz
wallabag-4e97e6e8b9b6b02942f506b930b215540cd1f2a1.tar.zst
wallabag-4e97e6e8b9b6b02942f506b930b215540cd1f2a1.zip
Merge pull request #61 from Silvus/master
Fixed #36 - Thème dark
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>