From 81feb21784e326635455e2c659a0fa50eb75449a Mon Sep 17 00:00:00 2001 From: Quad Date: Thu, 2 Jul 2026 18:34:29 +0200 Subject: [PATCH] Go for yellow with drop shadow instead --- assets/akkoma.svg | 2 +- assets/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/akkoma.svg b/assets/akkoma.svg index 51c4ac1..ba0f1bc 100644 --- a/assets/akkoma.svg +++ b/assets/akkoma.svg @@ -2,6 +2,6 @@ Akkoma - + diff --git a/assets/style.css b/assets/style.css index 5802795..817f22e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -91,10 +91,11 @@ h1::before { .akko img { max-height: 48px; + filter: drop-shadow(1px 1px 4px rgb(0,0,0,0.7)) } .akko:hover { - filter: contrast(25%); + filter: contrast(75%); } .profile p {