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

6 lines
118 B
CSS
Raw Normal View History

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