Small style changes

This commit is contained in:
2023-12-26 20:59:22 +11:00
parent 2196063210
commit 22c8a475f5
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:
- listens.each do |listen|
div
a class="text-pink-800 dark:text-pink-100 no-underline hover:decoration-wavy hover:underline" href=listen.url
strong = listen.title
span= " — #{listen.podcast_name}"
span = listen.title
em= " — #{listen.podcast_name}"
table class="prose dark:prose-invert table-auto"
thead