SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 96709e5e authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Repair failing old hover on colleges page

parent 3b50aa51
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@
<div class="col-12">
<div class="card-columns">
{% for fellowship in fellowships.0 %}
<div class="card bg-white contributor mb-1">
<div class="card contributor mb-1">
{% include 'scipost/_contributor_short.html' with fellowship=fellowship %}
</div>
{% endfor %}
......
......@@ -15,7 +15,7 @@
border: 0;
&.hover-active {
background-color: rgba(104, 132, 194, 0.3);
background-color: rgba(104, 132, 194, 0.3) !important;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment