From e111a4ed212a974bfe1700a2e724d65f435b7c1e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 14 Oct 2020 03:30:12 -0700 Subject: accessibility: style tweaks for constract Includes swapping the CSS block to follow the CSS file link, so that file-local styles have precedence. Not sure I like all these changes, for example the link color and blue box colors. Blue "Show XYZ additional hits" message should probably be larger font for readability, not contrast. --- fatcat_scholar/templates/search.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fatcat_scholar/templates/search.html') diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index d4f3952..49af012 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -35,7 +35,7 @@ {% if hits %} {{ "{:,}".format(hits.count_found) }} Hits - in {{ format_query_time(hits.query_time_ms) }} + in {{ format_query_time(hits.query_time_ms) }} {% else %}   {% endif %} @@ -50,7 +50,7 @@ {{ _("Hits") }}
- in {{ format_query_time(hits.query_time_ms) }} + in {{ format_query_time(hits.query_time_ms) }}
{% endif %} -- cgit v1.2.3