Skip to content

Instantly share code, notes, and snippets.

@rhyswynne
Last active August 29, 2015 14:02
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 rhyswynne/580a23bfdab22b2e6b7c to your computer and use it in GitHub Desktop.
Save rhyswynne/580a23bfdab22b2e6b7c to your computer and use it in GitHub Desktop.
style.css 2 (for #wcmcr)
/*
Theme Name: Twenty Thirteen Child
Description: Twenty Thirteen Demo Child Theme for WordCamp.
Author: Rhys Wynne
Author URI: http://winwar.co.uk
Template: twentythirteen
Version: 1.0.0
Text Domain: twenty-thirteen-child
*/
@import url("../twentythirteen/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Lets Change All Paragraph Text To Red */
p {
color: #F00; /* #F00 is the hex code for "red" */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment