Skip to content

bayleeadamoss/zazu-theme-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theme Playbook

Want an easy playbook for your Zazu theme? Look no further!

This simply React application offers a permalink to preview your theme in a Zazu like application. This does not intent do have all the functionality of Zazu, but offers a simplified state to preview the theme to others.

Customize

There are a few sections that might be worth customizing that aren't part of your theme.

For instance we have a Install section, and the font color may be hard to see based on your background color.

body.playbook #install {
  color: #fff;
}

We also provide a GitHub Corner and you may want to customzie the colors. Here's a css snippet to get you started.

body.playbook .github-corner > svg {
  fill: black; /* background color */
  color: white; /* octocat color */
}