Skip to content

Instantly share code, notes, and snippets.

@samwarnick
Created July 28, 2016 14:28
Show Gist options
  • Save samwarnick/ca6aa2fe1ffd29d423e0183937fe32f4 to your computer and use it in GitHub Desktop.
Save samwarnick/ca6aa2fe1ffd29d423e0183937fe32f4 to your computer and use it in GitHub Desktop.
:root {
--lightblue: #65def1;
}
.nav-link {
font-size: 20px;
color: #65def1;
color: var(--lighblue);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment