From 602e61bf7d569f9e089782680ab5d15c0e45560a Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 13 Apr 2025 00:09:05 -0700 Subject: fix date colour --- tempo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempo.js b/tempo.js index 12261b5..87393db 100644 --- a/tempo.js +++ b/tempo.js @@ -35,7 +35,7 @@ function startTempo() { if ((val = localStorage['fg'])) document.body.style.color = val; if ((val = localStorage['fg_date'])) - document.getElementById('dateval').style.color = val; + document.getElementById('date').style.color = val; if ((val = localStorage['bg'])) document.body.style.backgroundColor = val; -- cgit v1.2.3-70-g09d2