From 31d9feedd11aaeea3235135327c3cd8c301bc989 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 9 Apr 2024 10:48:18 +0200 Subject: Add the hour of the day --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index f7b9eaa..2f9945d 100644 --- a/css/style.css +++ b/css/style.css @@ -59,6 +59,10 @@ footer{ font-size: 8px; text-anchor: middle; } +.time-label{ + font-size: 6px; + text-anchor: middle; +} .graph-line{ stroke: lightgrey; } -- cgit v1.2.3