diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-04-09 10:48:18 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-04-09 10:48:18 +0200 |
commit | 31d9feedd11aaeea3235135327c3cd8c301bc989 (patch) | |
tree | 2713ea799860b51abffecac737d584ef67eba5cd /css | |
parent | 53eb8a7b148a49b1b6e56429b860321445c78281 (diff) |
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 4 |
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; } |