Update dark view

This commit is contained in:
2023-10-30 19:22:25 +11:00
parent 23909b9e29
commit 65539fa039
13 changed files with 2933 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ div class="mb-4 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:t
td
a class="block" href="/trips/#{trip.id}"
= trip.name
span class="text-right text-sm text-gray-400 dark:text-gray-600 break-normal"
span class="text-right text-sm text-gray-400 dark:text-indigo-300 break-normal"
= "#{trip.start_date.strftime("%d %b")} — #{trip.end_date.strftime("%d %b")}"
td
= trip.subtitle