Skip to content

Instantly share code, notes, and snippets.

@abbyfischler
Last active July 7, 2020 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abbyfischler/795d6dee0ca055dea90d623f201436ce to your computer and use it in GitHub Desktop.
Save abbyfischler/795d6dee0ca055dea90d623f201436ce to your computer and use it in GitHub Desktop.
/*
Created By: Abby Fischler
GitHub: https://github.com/efwitmer
Scrapbook: https://scrapbook.hackclub.com/abby
Instagram: https://gist.github.com/abbyfischler/795d6dee0ca055dea90d623f201436ce/edit
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body{
font-family: 'Raleway', sans-serif;
background: rgb(255,160,253);
background: linear-gradient(90deg, rgba(255,160,253,1) 0%, rgba(248,111,209,1) 50%, rgba(255,174,188,1) 100%);
.nav-link-home{
text-transform: lowercase;
}
.nav-link:focus {
color: pink;
}
.posts:hover{
color:#FF1493;
}
.header-streak {
background-color: rgba(0, 0, 0, 0.2);
color: white;
}
.header-link-slack, .header-link-github, .header-link-website {
color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment