summaryrefslogtreecommitdiff
path: root/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'options.html')
-rw-r--r--options.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/options.html b/options.html
index 66f64e5..f79c5b1 100644
--- a/options.html
+++ b/options.html
@@ -13,10 +13,14 @@
<input type="radio" name="timefmt" id="t24" /><label for="t24"> 24-hour</label>
</div>
<div style="margin-top: 1em;">
- <p style="margin: 0em"><label for="fg">Foreground colour: <span style="color: #409;">(blank for default)</span></label></p>
+ <p style="margin: 0em"><label for="fg">Time colour: <span style="color: #409;">(blank for default)</span></label></p>
<input type="text" name="fg" id="fg" placeholder="#ddd" />
</div>
<div style="margin-top: 1em;">
+ <p style="margin: 0em"><label for="fg_date">Date colour: <span style="color: #409;">(blank for default)</span></label></p>
+ <input type="text" name="fg_date" id="fg_date" placeholder="#777" />
+ </div>
+ <div style="margin-top: 1em;">
<p style="margin: 0em;"><label for="bg">Background colour: <span style="color: #409;">(blank for default)</span></label></p>
<input type="text" name="bg" id="bg" placeholder="#222" />
</div>