From b35e3067e7745a47ba0c2816b536a0042d5632e6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 15 Nov 2019 11:33:12 +0000 Subject: [PATCH] Update new photo theme description --- themes/photo/theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/photo/theme.css b/themes/photo/theme.css index bff1c50..ac6ecb6 100644 --- a/themes/photo/theme.css +++ b/themes/photo/theme.css @@ -1,7 +1,7 @@ /** * @id photo * @name Photo - * @description A different theme that looks great with a high-res photo behind it. + * @description A different theme that looks great with a high-res photo behind it. Check the comment at the top of the CSS file for instructions on how to configure the photo behind it and the background colour. * @author Starbeamrainbowlabs * @author_link https://starbeamrainbowlabs.com/ * @minversion v0.20 @@ -19,11 +19,11 @@ To use this theme, copy the following into your custom css; */ :root { - /* --bg-colour: hsl(20, 66%, 44%); */ - /* --image-url: url("https://i.imgur.com/NSIDIeo.jpg"); */ + --bg-colour: hsl(20, 66%, 44%); + --image-url: url("https://i.imgur.com/NSIDIeo.jpg"); - --image-url: url("https://imgur.com/6KfDsYS.png"); - --bg-colour: #34243D; + /* --image-url: url("https://imgur.com/6KfDsYS.png"); */ + /* --bg-colour: #34243D; */ --bg-a: hsla(0, 0%, 95%, 0.5); --bg-b: hsla(0, 0%, 95%, 0.8);