From 7f29302c2d8f9836a26e0c01a689709cf26d629e Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 26 Jan 2024 13:28:22 +0100 Subject: [PATCH] light - dark mode support web --- server/templates/index.html | 5 +++-- server/templates/query.html | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/server/templates/index.html b/server/templates/index.html index d2f8c92..25b07f0 100644 --- a/server/templates/index.html +++ b/server/templates/index.html @@ -47,7 +47,7 @@ search-rs - +
@@ -66,7 +66,8 @@

Index on {{index_path}}

-
diff --git a/server/templates/query.html b/server/templates/query.html index efe3877..82e27dd 100644 --- a/server/templates/query.html +++ b/server/templates/query.html @@ -23,20 +23,20 @@

{% for doc in documents %} -
-
+
+

{{ doc.path }}

-

+

{{ doc.content|truncate(150) }}

-