From 2ef073e10110c15a1a81056894d5884ed22ce066 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 9 Jan 2020 22:31:51 +0100 Subject: re-add patch to include Debian logo --- slidy/slidy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slidy/slidy.css b/slidy/slidy.css index c713c88..6fef585 100644 --- a/slidy/slidy.css +++ b/slidy/slidy.css @@ -15,6 +15,10 @@ body height: 100%; color: black; background-color: white; + background-image: url(openlogo-nd-100.png); + background-attachment: fixed; + background-repeat: no-repeat; + background-position: 95% 5%; font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif; font-size: 14pt; } -- cgit v1.2.3