Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better default torrent bg #57

Merged
merged 1 commit into from
Mar 7, 2016
Merged

better default torrent bg #57

merged 1 commit into from
Mar 7, 2016

Conversation

ungoldman
Copy link
Contributor

Addresses #42.

Playing around with linear gradients from http://uigradients.com. This one looks pretty good to me so far:

screen shot 2016-03-06 at 9 18 38 pm

Could use improvement but it's better than all black :)

@ungoldman
Copy link
Contributor Author

If greater variety is desired we could also do something like

.torrent:nth-child(3n+1) {
   background: linear-gradient(ABC);
}

.torrent:nth-child(3n+2) {
   background: linear-gradient(DEF);
}

.torrent:nth-child(3n+3) {
   background: linear-gradient(XYZ);
}

ungoldman added a commit that referenced this pull request Mar 7, 2016
better default torrent bg
@ungoldman ungoldman merged commit e2f9780 into master Mar 7, 2016
@ungoldman ungoldman deleted the torrent-bg branch March 7, 2016 18:31
@feross
Copy link
Member

feross commented Mar 7, 2016

This is much better for now! Nice.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants