From 4140ad61b34ca775d4406035246e645e26c2b834 Mon Sep 17 00:00:00 2001
From: Mathijs <mathijs@lermer.nl>
Date: Wed, 23 Apr 2025 21:48:45 +0200
Subject: [PATCH] Voorpagina logo grijze achtergond ipv doorzichtig

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 622cc07..7044a7c 100755
--- a/index.html
+++ b/index.html
@@ -121,8 +121,8 @@
             </p><br>
 
             <picture>
-                <source media="(max-width: 850px)" srcset="/assets/afb/DallElogo_300.webp" width="300" height="300">
-                <img src="/assets/afb/DallElogo_550.webp" alt="Don't panic" width="550" height="550">
+                <source media="(max-width: 850px)" srcset="/assets/afb/DallElogo_grijs_300.webp" width="300" height="300">
+                <img src="/assets/afb/DallElogo_grijs_550.webp" alt="Don't panic" width="550" height="550">
             </picture>
           </div>
         </div>