style: updated the styles of subgroup links on cohort page

This commit is contained in:
Anand Chitipothu
2021-12-05 00:22:27 +05:30
parent cd0cc2b501
commit fe31a64175

View File

@@ -44,7 +44,10 @@
<li class="list-group-item">
<div>
{% if is_admin %}
<a class="subgroup-title" href="/courses/{{course.name}}/subgroups/{{cohort.slug}}/{{sg.slug}}">{{sg.title}}</a>
<a class="subgroup-title"
style="font-weight: 700; color: inherit;"
href="/courses/{{course.name}}/subgroups/{{cohort.slug}}/{{sg.slug}}"
>{{sg.title}}</a>
{% else %}
<span class="subgroup-title">{{sg.title}}</span>
{% endif %}