From 335b6f46837f3496467da50de2d9bce0c5ef6a1a Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 31 Mar 2026 05:59:32 +0300 Subject: feat: make clicking on logo in header bring you back to homepage --- static/main.css | 10 ++++++++++ templates/images.html | 4 ++-- templates/results.html | 4 ++-- templates/settings.html | 4 ++-- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/static/main.css b/static/main.css index 5f7c0f9..a548591 100644 --- a/static/main.css +++ b/static/main.css @@ -178,6 +178,16 @@ h1 { h1 span { color:var(--accent); } +.logo-link { + text-decoration:none; + color:inherit; +} +header .logo-link { + transition:transform 0.2s; +} +header .logo-link:hover { + transform:scale(1.03); +} .search-box { width: 100%; padding: 12px 24px; diff --git a/templates/images.html b/templates/images.html index 92ab7b5..f2b5222 100644 --- a/templates/images.html +++ b/templates/images.html @@ -15,9 +15,9 @@
-

+

OmniSearch -

+

diff --git a/templates/results.html b/templates/results.html index 4128245..9dec20c 100644 --- a/templates/results.html +++ b/templates/results.html @@ -18,9 +18,9 @@
-

+

OmniSearch -

+

-

+

OmniSearch -

+

{{if query != ""}}