Underline event titles

This commit is contained in:
Andy Smith
2025-10-31 15:30:51 -05:00
parent aae16d2070
commit f9da9bf281
+1 -1
View File
@@ -101,7 +101,7 @@ module EventsHelper
end
def event_card_title(card)
tag.span card.title, style: "color: var(--card-color)"
tag.span card.title, class: "txt-underline"
end
def event_due_date(event)