Skip to content

Instantly share code, notes, and snippets.

@Smudded
Created March 12, 2014 20:43
Show Gist options
  • Save Smudded/9515856 to your computer and use it in GitHub Desktop.
Save Smudded/9515856 to your computer and use it in GitHub Desktop.
.label {
.byline-text {
.opacity(60);
}
.user-link {
.opacity(60);
}
&:hover {
.user-link {
.opacity(100);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment