Skip to content

Instantly share code, notes, and snippets.

@rfaile313
Created March 16, 2018 18:17
Show Gist options
  • Save rfaile313/37152083fe6805037480b8896db3bdea to your computer and use it in GitHub Desktop.
Save rfaile313/37152083fe6805037480b8896db3bdea to your computer and use it in GitHub Desktop.
/*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