From 99c935f5e0e4b7e3cea1e904df6b6c410ff0a03d Mon Sep 17 00:00:00 2001
From: Ben Phelps
Date: Mon, 17 Jun 2024 20:26:48 +0300
Subject: [PATCH] fix image shadow on logos
---
docs/more/sponsors.md | 8 ++++++++
docs/stylesheets/extra.css | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/docs/more/sponsors.md b/docs/more/sponsors.md
index f626f75b268..1046d3544d4 100644
--- a/docs/more/sponsors.md
+++ b/docs/more/sponsors.md
@@ -55,3 +55,11 @@ These companies help the Homepage project by providing services, tools, and reso
+
+
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 8abaf640119..4dd8a4b175b 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -92,7 +92,7 @@
}
body {
- background-image: url("/assets/blossom_valley.jpg");
+ background-image: url("https://raw.githubusercontent.com/gethomepage/homepage/main/docs/assets/blossom_valley.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;