Skip to content

Instantly share code, notes, and snippets.

@andrewchee
Last active May 5, 2016 19:07
Show Gist options
  • Save andrewchee/74a100b1f87eecc1a50d83b40bbef2f5 to your computer and use it in GitHub Desktop.
Save andrewchee/74a100b1f87eecc1a50d83b40bbef2f5 to your computer and use it in GitHub Desktop.
.document-library-tile {
background-color: #1AD6F8; padding: 20px;
}
.js-sort-title, .document-library-tile p {
color: #ffffff !important
}
.document-library-tile:nth-child(odd) {
background-color: #053873
}
.document-library-tile:hover {
cursor: pointer; cursor: hand;
background-color: #cccccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment