1
Fork 0
satellite/home/features/desktop/firefox/userContent.css
2023-05-28 02:00:10 +02:00

6 lines
118 B
CSS

/* add '[pdf]' next to links to PDF files */
a[href$=".pdf"]:after {
font-size: smaller;
content: " [pdf]";
}