summaryrefslogtreecommitdiff
path: root/tempo.js
diff options
context:
space:
mode:
Diffstat (limited to 'tempo.js')
-rw-r--r--tempo.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tempo.js b/tempo.js
index a18be78..3dcb1b9 100644
--- a/tempo.js
+++ b/tempo.js
@@ -35,6 +35,10 @@ function startTempo() {
if (fg)
document.body.style.color = fg;
+ let fg_date = localStorage['fg_date'];
+ if (fg_date)
+ document.getElementById('dateval').style.color = fg_date;
+
let bg = localStorage['bg'];
if (bg)
document.body.style.backgroundColor = bg;