Created
March 16, 2018 18:17
-
-
Save rfaile313/37152083fe6805037480b8896db3bdea 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
/*Change Site Title Font Color and Size*/ | |
.site-branding a { | |
color: #0066ff !important; | |
font-size: 60px !important; | |
} | |
/*Change Site Description Font Color and Size*/ | |
p.site-description{ | |
color: #0066ff; | |
font-size: 40px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment