Skip to content

Instantly share code, notes, and snippets.

@frantic1048
Created December 1, 2017 04:02
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 frantic1048/1b9ea10a4331abcd84566021176880ea to your computer and use it in GitHub Desktop.
Save frantic1048/1b9ea10a4331abcd84566021176880ea to your computer and use it in GitHub Desktop.
AUR dep indicator
#pkgdepslist a[href^="/packages/"]::after {
display: inline-block;
margin-left: 0.4em;
margin-right: 0.2em;
line-height: 1;
vertical-align: top;
font-size: 0.6em;
color: #333;
content: "AUR";
}
#pkgdepslist a[href^="/packages/"]:hover::after {
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment