in reply to Re^3: RFC: "Today I Learned" page
in thread RFC: "Today I Learned" page

ok, I added class="hoverDate" to the user links. Try it out and let me know how it goes. :-)

Replies are listed 'Best First'.
Re^5: RFC: "Today I Learned" page
by pryrt (Abbot) on Jan 12, 2024 at 17:10 UTC
    Thanks!

    My CSS syntax was slightly off, but having the class allows Today I Learned to show the TITLE attributes on my mobile device now:

    @media (pointer: coarse), (hover: none) { a.hoverDate:link:before { content: attr(title) ": "; font-size:75%; } }