Skip to content

Commit 59ecbbc

Browse files
committed
Move color picker. Make big counter respect color
1 parent fbcb989 commit 59ecbbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/themes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<h1>Pace</h1>
5050
<h2>Themes</h2>
5151
<p>Couple one of these themes with <a href=#>pace.js</a> and you're ready to go!</p>
52-
<div class="themes"></div>
5352
<input type="color" value="#2299dd"></input>
53+
<div class="themes"></div>
5454
<script>
5555
(function(){
5656
var themes = [{

templates/pace-theme-big-counter.tmpl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
line-height: 1;
2828
text-align: right;
2929
color: `args.color || "#444"`;
30-
color: rgba(0, 0, 0, 0.2);
30+
color: `args.color || "rgba(0, 0, 0, 0.2)"`;
3131
}

0 commit comments

Comments
 (0)