From 15c4ea5565b5b4a693a60d4104b71fd7cff36d32 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 26 Dec 2023 22:06:32 +0100 Subject: [PATCH] Add duck logo to daily template --- src/kalente/templates/daily.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/kalente/templates/daily.html b/src/kalente/templates/daily.html index b2de1aa..f2003fe 100644 --- a/src/kalente/templates/daily.html +++ b/src/kalente/templates/daily.html @@ -35,9 +35,16 @@ h2:not(:first-of-type) { page-break-before: always; } + .logo { + position: absolute; + top: 0px; + right: 10px; + height: 65px; + } +

Day Planner