aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2023-08-23 16:35:29 +0100
committerLibravatar GitHub <noreply@github.com>2023-08-23 16:35:29 +0100
commit2cb0b1ad56a848655a02a894134ee2daf186a66f (patch)
treeb6b9dab31ed39fcaff2f461f9f51da5a5a33d04a
parentFix Reddit webpage not rendering (#404) (diff)
downloadferdium-recipes-2cb0b1ad56a848655a02a894134ee2daf186a66f.tar.gz
ferdium-recipes-2cb0b1ad56a848655a02a894134ee2daf186a66f.tar.zst
ferdium-recipes-2cb0b1ad56a848655a02a894134ee2daf186a66f.zip
Remove background color css of custom websites (#405)
-rw-r--r--recipes/franz-custom-website/package.json2
-rw-r--r--recipes/franz-custom-website/style.css3
2 files changed, 1 insertions, 4 deletions
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 @@
1{ 1{
2 "id": "franz-custom-website", 2 "id": "franz-custom-website",
3 "name": "Custom Website", 3 "name": "Custom Website",
4 "version": "1.4.0", 4 "version": "1.5.0",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/meetfranz/recipe-custom-website", 6 "repository": "https://github.com/meetfranz/recipe-custom-website",
7 "config": { 7 "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 @@
1html {
2 background: #FFFFFF;
3} \ No newline at end of file