Skip to content

Instantly share code, notes, and snippets.

@Anthonykung
Created August 2, 2020 21:26
Show Gist options
  • Save Anthonykung/c060699d7142dcd1a39457fc5a953337 to your computer and use it in GitHub Desktop.
Save Anthonykung/c060699d7142dcd1a39457fc5a953337 to your computer and use it in GitHub Desktop.
Scrapebook CSS For OSF
/* Created with <3 by Anthony Kung
* For OSF
*/
/* Begin CSS */
body {
background-color: #02ddf7;
}
.nav {
position: -webkit-sticky;
position: sticky;
top: 0;
}
a {
color: deeppink !important;
}
a:hover {
color: deeppink !important;
}
/* End CSS */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment