Minimal styling for search page, allow search for a whole deck, allow case-insensitive search

This commit is contained in:
mez 2024-11-08 18:03:09 +00:00
parent af395bc486
commit 424c8a6f76
2 changed files with 6 additions and 2 deletions

View file

@ -558,3 +558,7 @@ form * {
span.sorttitle {
font-weight: bold;
}
span.searchresults {
font-family: monospace;
}