From 08c1aa8abeec3e31138bfba6f269738a21e83783 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 2 Apr 2026 09:55:12 +0300 Subject: fix: prioritise theme files --- templates/home.html | 4 ++-- templates/images.html | 4 ++-- templates/results.html | 4 ++-- templates/settings.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/home.html b/templates/home.html index 8bec45b..6ed3bfe 100644 --- a/templates/home.html +++ b/templates/home.html @@ -8,8 +8,8 @@ OmniSearch - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + {{if theme == "light"}}{{endif}} + {{if theme == "dark"}}{{endif}} - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + {{if theme == "light"}}{{endif}} + {{if theme == "dark"}}{{endif}} diff --git a/templates/results.html b/templates/results.html index 54ac195..79ecd11 100644 --- a/templates/results.html +++ b/templates/results.html @@ -8,8 +8,8 @@ OmniSearch - {{query}} - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + {{if theme == "light"}}{{endif}} + {{if theme == "dark"}}{{endif}} - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + {{if theme == "light"}}{{endif}} + {{if theme == "dark"}}{{endif}}