forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-28 11:18:02 -06:00
parent 004000c332
commit 7bf537010e
1 changed files with 3 additions and 3 deletions

View File

@ -206,13 +206,13 @@
{% block subHeader %}
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t-md">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-600 to-gray-500 rounded-t-md sub-header-shadow"></div>
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-200 to-gray-100 rounded-t-md sub-header-shadow"></div>
<div class="relative col-span-full flex items-center">
<div>
<h1 class="font-bold text-xl font-heading leading-normal">
Thread
</h1>
<ul class="flex space-x-2 text-sm text-gray-300">
<ul class="flex space-x-2 text-sm text-gray-700">
<li>
<a href="/" class="hover:underline">Home</a>
</li>
@ -220,7 +220,7 @@
<i class="fas fa-arrow-alt-right text-shadow fa-fw fa-sm"></i>
</li>
<li>
<a href="#" class="text-gray-200 hover:underline">{{p.author.username}}'s post</a>
<a href="#" class="text-gray-600 hover:underline">{{p.author.username}}'s post</a>
<li>
</ul>
</div>