Update dark view
This commit is contained in:
@@ -70,7 +70,7 @@ article class="h-entry"
|
||||
|
||||
- if past_movies.count > 0
|
||||
div class="max-w-prose mx-auto text-gray-600 dark:text-gray-200 mb-4"
|
||||
h3 class="text-xl" Movies watched for the first time
|
||||
h3 class="text-xl" Movies watched for the first time this week
|
||||
div class="flex gap-4 pb-4 mt-4"
|
||||
- past_movies.map do |movie|
|
||||
a href=movie.url
|
||||
@@ -110,13 +110,13 @@ article class="h-entry"
|
||||
p
|
||||
span in
|
||||
- if post.posted_in == :posts
|
||||
a class="hover:underline text-blue-400 dark:text-blue-600" href="/posts" posts
|
||||
a class="hover:underline text-blue-400 dark:text-indigo-300" href="/posts" posts
|
||||
- if post.posted_in == :places
|
||||
a class="hover:underline text-blue-400 dark:text-blue-600" href="/places" places
|
||||
a class="hover:underline text-blue-400 dark:text-indigo-300" href="/places" places
|
||||
- if post.posted_in == :statuses
|
||||
a class="hover:underline text-blue-400 dark:text-blue-600" href="/statuses" statuses
|
||||
a class="hover:underline text-blue-400 dark:text-indigo-300" href="/statuses" statuses
|
||||
- if post.posted_in == :bookshelf
|
||||
a class="hover:underline text-blue-400 dark:text-blue-600" href="/bookshelf" bookshelf
|
||||
a class="hover:underline text-blue-400 dark:text-indigo-300" href="/bookshelf" bookshelf
|
||||
span class="text-right flex-1 leading-6"
|
||||
== render "shared/tags", tags: post.tags
|
||||
div class="mb-2 max-w-prose mx-auto text-gray-600 dark:text-gray-200 flex"
|
||||
|
Reference in New Issue
Block a user