Created
July 28, 2016 14:28
-
-
Save samwarnick/ca6aa2fe1ffd29d423e0183937fe32f4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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