aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-30 15:42:31 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-30 15:42:34 +0100
commitd7f3ba99ab389f623162bb4bcb3d7a71e52337a3 (patch)
tree6d66b7049e292340ceae40a21676722418d575fd /static/style.css
parentFormalize and add TODO. (diff)
downloadcalp-d7f3ba99ab389f623162bb4bcb3d7a71e52337a3.tar.gz
calp-d7f3ba99ab389f623162bb4bcb3d7a71e52337a3.tar.xz
HTML Add current time marker.
Diffstat (limited to '')
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index e418df38..3737b069 100644
--- a/static/style.css
+++ b/static/style.css
@@ -330,3 +330,10 @@ body {
.clock-20 { top: calc(100%/24 * 20); }
.clock-22 { top: calc(100%/24 * 22); }
.clock-24 { top: calc(100%/24 * 24); }
+
+.current-time {
+ width: calc(100% + 2em);
+ height: 4px;
+ background: blue;
+ left: -1em;
+}