Skip to content

Instantly share code, notes, and snippets.

@mariofink
Last active April 7, 2021 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariofink/e6002bfee5f03233873705c091d70b23 to your computer and use it in GitHub Desktop.
Save mariofink/e6002bfee5f03233873705c091d70b23 to your computer and use it in GitHub Desktop.
Pinboard.in Stylish CSS
@-moz-document url-prefix("https://pinboard.in") {
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
line-height: 1.4em;
}
#banner {
width: 100%;
padding-bottom: 1rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
#top_menu {
margin-top: 0;
}
#logo a[href='/recent'],
#timer,
.rss_linkbox {
display: none;
}
#tag_cloud {
opacity: 0.25;
transition: all 0.25s;
}
#tag_cloud:hover {
opacity: 1;
}
.star {
line-height: 1em;
}
.bookmark_title {
font-weight: bold;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment