From 1d8e6922097430fd88ff3bb21372936712250a1e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Feb 2022 11:37:18 +0000 Subject: [PATCH] icalendar icon style --- epicyon-calendar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epicyon-calendar.css b/epicyon-calendar.css index 8adc6d590..412bf9efa 100644 --- a/epicyon-calendar.css +++ b/epicyon-calendar.css @@ -259,7 +259,7 @@ tr:nth-child(even) > .calendar__day__cell:nth-child(even) { body { font-size: var(--font-size-calendar); } - img ical { + body img.ical { width: var(--ical-icon-size); float: right; } @@ -283,7 +283,7 @@ tr:nth-child(even) > .calendar__day__cell:nth-child(even) { body { font-size: var(--font-size-calendar-mobile); } - img ical { + body img.ical { width: var(--ical-icon-size-mobile); float: right; } @@ -307,7 +307,7 @@ tr:nth-child(even) > .calendar__day__cell:nth-child(even) { body { font-size: var(--font-size-calendar-tiny); } - img ical { + body img.ical { width: var(--ical-icon-size-tiny); float: right; }