Skip to content

Instantly share code, notes, and snippets.

@booskills
Last active February 4, 2019 12:43
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 booskills/767469aac60c2b8d7e6ff57f490ee77b to your computer and use it in GitHub Desktop.
Save booskills/767469aac60c2b8d7e6ff57f490ee77b to your computer and use it in GitHub Desktop.
/* elements in Twenty Sixteen Theme
#page
.site-inner
header#masthead
#content
div#primary
main#main
article.hentry
.entry-header
.entry-content
.entry-footer
article.hentry
article.hentry
aside#secondary
footer#colophon
*/
div#page {
background-color: palegreen;
}
div.site-inner {
background-color: aqua;
}
header#masthead {
background-color: lightgray;
}
div#content {
background-color: whitesmoke;
}
div#primary {
background-color: paleturquoise;
}
main#main {
background-color: lightpink;
}
article.hentry {
background-color: palegoldenrod;
}
.entry-content {
background: beige;
}
aside#secondary {
background-color: lightskyblue;
}
footer#colophon {
background-color: lightyellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment