From 8672f2e5f600f8b8ae011e6288097afe1880e891 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 11 Oct 2019 22:12:51 +0100 Subject: [PATCH] Vertical lines on calendar day screen --- epicyon-calendar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/epicyon-calendar.css b/epicyon-calendar.css index ed56810e5..6786f553c 100644 --- a/epicyon-calendar.css +++ b/epicyon-calendar.css @@ -116,6 +116,11 @@ a:link { padding: 20px; } +tr { border: none; } +td { + border-left: solid 2px var(--lines-color); +} + tr:nth-child(odd) > .calendar__day__cell:nth-child(odd) { color: var(--day-number); }