Skip to content

Instantly share code, notes, and snippets.

Created August 24, 2016 14:56
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 anonymous/1a65fc589e4502a14bcaa48e6ed8a319 to your computer and use it in GitHub Desktop.
Save anonymous/1a65fc589e4502a14bcaa48e6ed8a319 to your computer and use it in GitHub Desktop.
/*
Theme Name: Twenty Fifteen Child
Description: Twenty Fifteen Child Theme
Author: Andreas Hecht
Author URI: http://techbrain.de
Template: twentyfifteen
Version: 1.0.0
Text Domain: twenty-fifteen-child
*/
/* Alle Deine Änderungen fuegst Du unterhalb ein */
body {
color: #666;
background: #444;
}
h1.site-title {
font-size: 38px;
}
h1.site-title a {
color: #900;
}
#main {
padding-top: 10px;
}
h2.entry-title, h1.entry-title {
font-family: Arial, sans-serif;
font-size: 38px;
padding-top: 20px;
margin-bottom: 20px;
}
h2.entry-title a{
color: #900;
}
h1.entry-title {
color: #444
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment