diff --git a/pagure/static/koji.css b/pagure/static/koji.css index a39e7e1..c4b4370 100644 --- a/pagure/static/koji.css +++ b/pagure/static/koji.css @@ -455,3 +455,7 @@ a.headerlink { header:hover > a.headerlink { visibility: visible; } + +.highlighted-line { + background-color: #FFFABA; +} diff --git a/pagure/templates/file.html b/pagure/templates/file.html index f806fd6..dc8589f 100644 --- a/pagure/templates/file.html +++ b/pagure/templates/file.html @@ -83,3 +83,37 @@ No content found in this repository {% endif %} {% endblock %} + +{% block jscripts %} +{{ super() }} + +{% endblock %}