1
Fork 0
satellite/home/adrielus/features/desktop/common/firefox/userContent.css

6 lines
118 B
CSS

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