<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 timeago output is dynamic, which breaks when you print a page.

 This CSS is only included when type: timeago 
 and ensures fallback to type "iso_date" when printing.
 
 */

.git-revision-date-localized-plugin-iso_date { display: none }

@media print {
    .git-revision-date-localized-plugin-iso_date { display: inline } 
    .git-revision-date-localized-plugin-timeago { display: none } 
}

</pre></body></html>