forked from 42CTF/website
fix solve list for event challenges, fix link color
This commit is contained in:
parent
a8b5e7f61d
commit
48f9021839
|
@ -69,7 +69,6 @@
|
|||
<tr>
|
||||
<th scope="col">{% trans "Username" %}</th>
|
||||
<th scope="col">{% trans "Website" %}</th>
|
||||
<th scope="col">{% trans "Score" %}</th>
|
||||
<th scope="col">{% trans "Date" %}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -78,7 +77,6 @@
|
|||
<tr>
|
||||
<th scope="row"><a class="profile_link" href="{% url 'accounts:profile' user_name=s.user.username %}"> {{ s.user.username }}</a></th>
|
||||
<td>{{ s.user.userprofileinfo.portfolio_site }}</td>
|
||||
<td>{{ s.user.userprofileinfo.score }}</td>
|
||||
<td>{{ s.flag_date }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
body {background-color: #121212;color: #D9D9D9}
|
||||
.card-body {background-color: #1D1D1D;}
|
||||
a{color:#cecece;}
|
||||
a{color:#4375aa;}
|
||||
a:hover{color:#a9a9a9;text-decoration: none;}
|
||||
.main-div{margin-top: 40px;}
|
||||
footer {text-align: center;}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
body {background-color: #121212;color: #D9D9D9}
|
||||
.card-body {background-color: #1D1D1D;}
|
||||
a{color:#cecece;}
|
||||
a{color:#4375aa;}
|
||||
a:hover{color:#a9a9a9;text-decoration: none;}
|
||||
.main-div{margin-top: 40px;}
|
||||
footer {text-align: center;}
|
||||
|
|
Loading…
Reference in New Issue