Skip to content

Instantly share code, notes, and snippets.

@quadrin
Created November 18, 2020 14:23
Show Gist options
  • Save quadrin/efc964f12b30a499493200a2112b2bd0 to your computer and use it in GitHub Desktop.
Save quadrin/efc964f12b30a499493200a2112b2bd0 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://c0.wallpaperflare.com/preview/117/415/702/texture-paper-background-parchment.jpg');
font-family: "times", Sans-serif;
background-repeat: no-repeat;
background-size: 150%;
}
.nav-link-about {
margin-left: auto;
color:#2e1d00;
}
.nav-link-github {
line-height: 0;
color:#2e1d00;
}
.nav-link-home {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.03em;
margin-right: auto;
font-size: 20px;
-webkit-text-fill-color:gray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment