diff options
Diffstat (limited to 'tempo.js')
-rw-r--r-- | tempo.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |