cloudflare / embed-box

Universal install guide for embed codes and CMS plugins.
http://embedbox.io
MIT License
77 stars 12 forks source link

some elements is not customizable #129

Closed hbakhtiyor closed 7 years ago

hbakhtiyor commented 7 years ago

e.g. step number text color, text of copy button, accent text color, all are always white

adamschwartz commented 7 years ago

You can inject your own stylesheet to customize styles however you want.

new EmbedBox({
  embedCode: "<script src='http://embedbox.io/examples/library.js'></script>",
  name: "Example Stylesheet App",
  style: "" +
  ".header .title {" +
  "  color: hotpink;" +
  "  text-shadow: 0 0 4px pink;" +
  "}"
})