aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/search_macros.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-14 03:30:12 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-14 03:30:15 -0700
commite111a4ed212a974bfe1700a2e724d65f435b7c1e (patch)
treea6394a178c8db0587c109ef579dfa5f0f39b8d11 /fatcat_scholar/templates/search_macros.html
parentcb89a5f0ff3ee88e0bff48f3fe5f0837cd2eb32c (diff)
downloadfatcat-scholar-e111a4ed212a974bfe1700a2e724d65f435b7c1e.tar.gz
fatcat-scholar-e111a4ed212a974bfe1700a2e724d65f435b7c1e.zip
accessibility: style tweaks for constract
Includes swapping the <head> 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.
Diffstat (limited to 'fatcat_scholar/templates/search_macros.html')
-rw-r--r--fatcat_scholar/templates/search_macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/search_macros.html b/fatcat_scholar/templates/search_macros.html
index 9f92dca..c7c0eb4 100644
--- a/fatcat_scholar/templates/search_macros.html
+++ b/fatcat_scholar/templates/search_macros.html
@@ -319,7 +319,7 @@
{% endmacro %}
{% macro query_option(options, selected) -%}
-<label for="{{ options.slug }}" style="color: rgba(0,0,0,0.4);">{{ _(options.label) }}</label>
+<label for="{{ options.slug }}" style="color: rgba(0,0,0,0.55);">{{ _(options.label) }}</label>
<div class="ui link list" style="margin-top: 0.3em;">
{% for opt in options.list %}
<button class="text-button" form="search_form" type="submit" name="{{ options.slug }}" value="{{ opt.slug }}">