From a3d708e066d46970160eccca98b906fd86e764f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Fri, 8 Nov 2024 18:03:09 +0000 Subject: [PATCH] Minimal styling for search page, allow search for a whole deck, allow case-insensitive search --- build/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/style.css b/build/style.css index eb0be8c..3c21706 100644 --- a/build/style.css +++ b/build/style.css @@ -558,3 +558,7 @@ form * { span.sorttitle { font-weight: bold; } + +span.searchresults { + font-family: monospace; +}