diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 19:55:30 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 19:55:30 -0800 |
commit | 45000e5d24cd7775980d7c30632b89fdc4eb34ff (patch) | |
tree | 9e6957646882e7860a28602153f8954c4a7a1ce7 /fatcat_scholar/templates | |
parent | 65efc9eba434c12c6b769fd2c063105b0ad3242e (diff) | |
download | fatcat-scholar-45000e5d24cd7775980d7c30632b89fdc4eb34ff.tar.gz fatcat-scholar-45000e5d24cd7775980d7c30632b89fdc4eb34ff.zip |
quick fix: help page try button text should be white
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r-- | fatcat_scholar/templates/help.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html index 59885d6..df514e3 100644 --- a/fatcat_scholar/templates/help.html +++ b/fatcat_scholar/templates/help.html @@ -11,7 +11,7 @@ <div class="ui form"> <div class="ui action input large fluid"> <input type="search" value="{{ query }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> - <button class="ui button" style="border-radius: 0; background-color: #666; font-size: 1.2rem;">{{ _("Try It") }}</button> + <button class="ui button" style="border-radius: 0; color: white; background-color: #666; font-size: 1.2rem;">{{ _("Try It") }}</button> </div> </div> </form> |