From 4af37485a4156daac41102956433f5e88e9891a8 Mon Sep 17 00:00:00 2001 From: data Date: Fri, 13 Feb 2026 19:49:50 +0100 Subject: [PATCH] Add logo and warm background --- index.html | 8 ++++---- logo.png | Bin 0 -> 1274163 bytes 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 logo.png diff --git a/index.html b/index.html index 79d181d..f67b5aa 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@ /* Header */ header { padding: 1.5rem 0; - background: #282a2e; + background: #5a4020; box-shadow: 0 1px 3px rgba(0,0,0,0.3); } @@ -148,7 +148,7 @@ .feature-card { padding: 2rem; border-radius: 1rem; - background: #282a2e; + background: #5a4020; transition: transform 0.2s; } @@ -197,7 +197,7 @@ /* About */ .about { padding: 5rem 0; - background: #282a2e; + background: #5a4020; } .about h2 { @@ -263,7 +263,7 @@