Skip to content

Instantly share code, notes, and snippets.

@quadrin
Created November 18, 2020 14:19
Show Gist options
  • Save quadrin/2a5646f50486c551cf905a253a6e9c2e to your computer and use it in GitHub Desktop.
Save quadrin/2a5646f50486c551cf905a253a6e9c2e to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
:root {
--colors-background: #3b5998;
--colors-text: #2e1d00;
--colors-elevated: #D5B179;
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
}
body {
background-image: url('https://wallpapercave.com/wp/wp2021788.jpg');
font-family: "times", Sans-serif;
background-repeat: no-repeat;
background-size: 150%;
}
.nav-link-about {
margin-left: auto;
color:#604721;
}
.nav-link-github {
line-height: 0;
color:#604721;
}
.nav-link-home {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.03em;
margin-right: auto;
font-size: 20px;
-webkit-text-fill-color:#604721;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment