Fix home hover states
This commit is contained in:
@@ -14,7 +14,7 @@ div class="mb-12 p-2 grid grid-cols-7 gap-4 min-h-16 max-w-prose mx-auto bg-fuch
|
|||||||
|
|
||||||
div class="mb-4 flex max-w-prose mx-auto"
|
div class="mb-4 flex max-w-prose mx-auto"
|
||||||
h2 class="text-l text-gray-600 dark:text-gray-200" Posts
|
h2 class="text-l text-gray-600 dark:text-gray-200" Posts
|
||||||
a class="text-right flex-1 text-blue-400 dark:text-blue-200" href="/posts" See all →
|
a class="text-right flex-1 text-blue-400 dark:text-blue-200 hover:text-blue-600" href="/posts" See all →
|
||||||
|
|
||||||
div class="mb-12 max-w-prose mx-auto"
|
div class="mb-12 max-w-prose mx-auto"
|
||||||
- posts.each do |post|
|
- posts.each do |post|
|
||||||
@@ -22,7 +22,7 @@ div class="mb-12 max-w-prose mx-auto"
|
|||||||
|
|
||||||
div class="flex max-w-prose mx-auto"
|
div class="flex max-w-prose mx-auto"
|
||||||
h2 class="text-l text-gray-600 dark:text-gray-200" Photos
|
h2 class="text-l text-gray-600 dark:text-gray-200" Photos
|
||||||
a class="text-right flex-1 text-blue-400" href="/photos" See all →
|
a class="text-right flex-1 text-blue-400 dark:text-blue-200 hover:text-blue-600" href="/photos" See all →
|
||||||
|
|
||||||
div class="grid grid-cols-3 gap-4 mb-4 max-w-prose mx-auto"
|
div class="grid grid-cols-3 gap-4 mb-4 max-w-prose mx-auto"
|
||||||
- photo_posts.each do |post|
|
- photo_posts.each do |post|
|
||||||
|
Reference in New Issue
Block a user