From 4c2e1606be628ab03dbb50225c0c2cb8789f1118 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 3 Dec 2016 03:51:16 +0100 Subject: remove underline from week link diff --git a/www/styles/clock.css b/www/styles/clock.css index 9b028e2..449b19a 100644 --- a/www/styles/clock.css +++ b/www/styles/clock.css @@ -28,6 +28,10 @@ margin: 0; } +#clock a { + text-decoration: none; +} + #clock span { display:table; margin:0 auto; -- cgit v0.10.2