aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_covid19/templates/base.html')
-rw-r--r--fatcat_covid19/templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/fatcat_covid19/templates/base.html b/fatcat_covid19/templates/base.html
index 07632dc..3193619 100644
--- a/fatcat_covid19/templates/base.html
+++ b/fatcat_covid19/templates/base.html
@@ -17,6 +17,10 @@
@media only screen and (max-width: 479px) {
.mobile-hide{ display: none !important; }
}
+ {# for fulltext search result highlighting #}
+ .search_highlights em {
+ background-color: #FFFFBB; {# yellow #}
+ }
</style>
{% block extra_head %}{% endblock %}
</head>