Demo: Improve layout and design. · classpert/JavaScript-Templates@b9bb436 · GitHub
Skip to content

Commit b9bb436

Browse files
committed
Demo: Improve layout and design.
This adds support for a light/dark theme based on the OS color scheme setting.
1 parent 883bdd0 commit b9bb436

3 files changed

Lines changed: 117 additions & 44 deletions

File tree

css/demo.css

Lines changed: 108 additions & 38 deletions

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ <h1>JavaScript Templates Demo</h1>
3232
<a href="https://developer.mozilla.org/en/JavaScript/">JavaScript</a>
3333
templating engine with zero dependencies.<br />
3434
Compatible with server-side environments like
35-
<a href="http://nodejs.org/">Node.js</a>, module loaders like
36-
<a href="http://requirejs.org/">RequireJS</a>,
37-
<a href="http://browserify.org/">Browserify</a> or
38-
<a href="https://webpack.github.io/">webpack</a> and all web browsers.
35+
<a href="https://nodejs.org/">Node.js</a>, module loaders like
36+
<a href="https://requirejs.org/">RequireJS</a> or
37+
<a href="https://webpack.js.org/">webpack</a> and all web browsers.
3938
</p>
40-
<ul class="navigation">
39+
<ul id="navigation">
4140
<li>
4241
<a href="https://github.com/blueimp/JavaScript-Templates/tags"
4342
>Download</a

js/demo/demo.js

Lines changed: 5 additions & 1 deletion

0 commit comments

Comments
 (0)