Created
August 2, 2020 21:26
-
-
Save Anthonykung/c060699d7142dcd1a39457fc5a953337 to your computer and use it in GitHub Desktop.
Scrapebook CSS For OSF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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