master
kek7198 2021-12-21 10:28:09 -06:00
parent abea23ff2a
commit 6ab22490e1
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{% block subHeader %} {% block subHeader %}
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t"> <div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div> <div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 dark:bg-none dark:bg-gray-800 rounded-t sub-header-shadow dark:border-b dark:border-gray-700"></div>
<div class="relative col-span-full flex items-center"> <div class="relative col-span-full flex items-center">
<div> <div>
<h1 class="font-bold text-xl font-heading leading-normal mb-0"> <h1 class="font-bold text-xl font-heading leading-normal mb-0">
@ -19,7 +19,7 @@
Back to post Back to post
</a> </a>
{% else %} {% else %}
<small class="block text-gray-700 leading-normal"> <small class="block text-gray-700 dark:text-gray-400 leading-normal">
See which losers downvoted your quality content. See which losers downvoted your quality content.
</small> </small>
{% endif %} {% endif %}