Skip to content

Commit

Permalink
Fix style of gene
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Oct 28, 2024
1 parent 0c48ff2 commit ffbe33b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/chanjo2/templates/gene-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

{% block css %}
{{ super() }}
<style>
.exon_blue {
color: #2874a6;
}
</style>
{% endblock %}

{% block pdf_export %}
Expand Down Expand Up @@ -29,7 +34,7 @@
<span class="badge bg-secondary float-end ms-1">{{interval_features.mrna}}</span>
{% endif %}
{% if interval_features.transcript_rank %}
<span class="badge bg-primary float-end ms-1">rank: {{interval_features.transcript_rank}}</span>
<span class="badge float-end ms-1" style="background-color: #2874a6">rank: {{interval_features.transcript_rank}}</span>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit ffbe33b

Please sign in to comment.