summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-04-09 10:48:18 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-04-09 10:48:18 +0200
commit31d9feedd11aaeea3235135327c3cd8c301bc989 (patch)
tree2713ea799860b51abffecac737d584ef67eba5cd /css
parent53eb8a7b148a49b1b6e56429b860321445c78281 (diff)
Add the hour of the dayHEADmaster
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
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;
}