Skip to content

Instantly share code, notes, and snippets.

@quadrin
Created November 20, 2020 00:16
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 quadrin/86083e017172b35935be7bf131d8b1e0 to your computer and use it in GitHub Desktop.
Save quadrin/86083e017172b35935be7bf131d8b1e0 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://cdn.hipwallpaper.com/i/2/15/czjgpO.jpg');
font-family: "times", Sans-serif;
background-repeat: no-repeat;
}
.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