@media (pointer: coarse), (hover: none) {
    .userProfileAboutInfo time[title]:focus::after {
        /*
        todo: make this work
        this is supposed to be for the join date on user profiles
        */
    }
    .userSubmissionMainTitleSub time[title]:focus::after {
        display: block;
        
        white-space: pre-line;
        
        margin-top: 0.5em;
        padding-top: 0.5em;
        
        color: var(--color-accenting-main);
        border-top: 1px solid var(--color-accenting-main);
        
        font-weight: var(--font-weight-bold-main);
        content: attr(title);
    }
}