forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-01 14:06:03 -06:00
parent e39cca534c
commit ea175f502d
1 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
<button type="button" class="px-2">
<a href="/" class="text-decoration-none" role="button">
<div class="text-center {% if request.path=='/' and request.full_path!='/?sort=hot&t=all' and request.full_path!='/?sort=new&t=all' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-home-alt fa-fw fa-lg"></i>
<i class="fas fa-home-alt fa-fw text-lg"></i>
<div class="text-small">Home</div>
</div>
</a>
@ -20,7 +20,7 @@
<button type="button" class="px-2">
<a href="/?sort=hot&t=all" class="text-decoration-none" role="button">
<div class="text-center {% if request.full_path=='/?sort=hot&t=all' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-fire fa-fw fa-lg"></i>
<i class="fas fa-fire fa-fw text-lg"></i>
<div class="text-small">Hot</div>
</div>
</a>
@ -31,7 +31,7 @@
<button type="button" class="px-2">
<a href="/?sort=new&t=all" class="text-decoration-none" role="button">
<div class="text-center {% if request.full_path=='/?sort=new&t=all' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-sparkles fa-fw fa-lg"></i>
<i class="fas fa-sparkles fa-fw text-lg"></i>
<div class="text-small">New</div>
</div>
</a>
@ -42,7 +42,7 @@
<button type="button" class="col px-2 btn btn-dead m-0">
<a href="/comments" class="text-decoration-none" role="button">
<div class="text-center {% if request.path=='/comments' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-comment-dots fa-fw fa-lg"></i>
<i class="fas fa-comment-dots fa-fw text-lg"></i>
<div class="text-small">Comments</div>
</div>
</a>
@ -52,7 +52,7 @@
<button type="button" class="px-2">
<a href="/leaderboard" class="text-decoration-none" role="button">
<div class="text-center {% if request.path=='/leaderboard' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-trophy fa-fw fa-lg"></i>
<i class="fas fa-trophy fa-fw text-lg"></i>
<div class="text-small">Users</div>
</div>
</a>
@ -63,7 +63,7 @@
<button type="button" class="col px-0 mr-3 btn btn-dead m-0">
<a href="/shop" class="text-decoration-none" role="button">
<div class="text-center {% if request.path=='/shop' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-store fa-fw fa-lg"></i>
<i class="fas fa-store fa-fw text-lg"></i>
<div class="text-small">Shop</div>
</div>
</a>
@ -74,7 +74,7 @@
<button type="button" class="col px-0 mr-3 btn btn-dead m-0">
<a href="/signup" class="text-decoration-none" role="button">
<div class="text-center text-muted">
<i class="fas fa-user-plus fa-fw fa-lg"></i>
<i class="fas fa-user-plus fa-fw text-lg"></i>
<div class="text-small">Sign Up</div>
</div>
</a>