remotes/1693045480750635534/spooky-22
kek7198 2021-11-28 11:18:10 -06:00
parent 7bf537010e
commit e507856d0a
1 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@
<h1 class="font-bold text-xl font-heading leading-normal">
Thread
</h1>
<ul class="flex space-x-2 text-sm text-gray-700">
<ul class="flex space-x-2 text-sm text-gray-500">
<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-600 hover:underline">{{p.author.username}}'s post</a>
<a href="#" class="text-gray-700 hover:underline">{{p.author.username}}'s post</a>
<li>
</ul>
</div>