Skip to content

Instantly share code, notes, and snippets.

@Sunnyztj
Created January 11, 2018 04:28
Show Gist options
  • Save Sunnyztj/87123db4f2c9e7fce3bea32451a95f41 to your computer and use it in GitHub Desktop.
Save Sunnyztj/87123db4f2c9e7fce3bea32451a95f41 to your computer and use it in GitHub Desktop.
background color
.page-clips .section-capture {
background: -webkit-linear-gradient(top, #1894e1, #241ca2);
background: linear-gradient(to bottom, #1894e1, #241ca2);
}
.page-clips .section-titles {
background: -webkit-linear-gradient(top, #1ad3bf, #11c36d);
background: linear-gradient(to bottom, #1ad3bf, #11c36d);
}
.page-clips .section-filters {
background: -webkit-linear-gradient(top, #fbe659, #f7a10c);
background: linear-gradient(to bottom, #fbe659, #f7a10c);
}
.page-clips .section-in-sync {
background: -webkit-linear-gradient(top, #67bfcb, #367fbf);
background: linear-gradient(to bottom, #67bfcb, #367fbf);
}
.page-clips .section-share {
background: -webkit-linear-gradient(top, #fe6969, #de4072);
background: linear-gradient(to bottom, #fe6969, #de4072);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment