From 2cb0b1ad56a848655a02a894134ee2daf186a66f Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:35:29 +0100 Subject: Remove background color css of custom websites (#405) --- recipes/franz-custom-website/package.json | 2 +- recipes/franz-custom-website/style.css | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 recipes/franz-custom-website/style.css (limited to 'recipes/franz-custom-website') diff --git a/recipes/franz-custom-website/package.json b/recipes/franz-custom-website/package.json index 775d9aa..47599c5 100644 --- a/recipes/franz-custom-website/package.json +++ b/recipes/franz-custom-website/package.json @@ -1,7 +1,7 @@ { "id": "franz-custom-website", "name": "Custom Website", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "repository": "https://github.com/meetfranz/recipe-custom-website", "config": { diff --git a/recipes/franz-custom-website/style.css b/recipes/franz-custom-website/style.css deleted file mode 100644 index f2760a9..0000000 --- a/recipes/franz-custom-website/style.css +++ /dev/null @@ -1,3 +0,0 @@ -html { - background: #FFFFFF; -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf