From 3960448da409263b381b1c38228087bd21d1b3b8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 10 Jan 2020 16:35:26 +0100 Subject: isolate local styling on separate overridable file --- slidy/local.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 slidy/local.css (limited to 'slidy/local.css') diff --git a/slidy/local.css b/slidy/local.css new file mode 100644 index 0000000..62b23ad --- /dev/null +++ b/slidy/local.css @@ -0,0 +1,7 @@ +body +{ + background-image: url(openlogo-nd-100.png); + background-attachment: fixed; + background-repeat: no-repeat; + background-position: 95% 5%; +} -- cgit v1.2.3