codepen-embed.styl 921 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. codepen.io Embed Theme
  3. Author: Justin Perry <http://github.com/ourmaninamsterdam>
  4. Original theme - https://github.com/chriskempson/tomorrow-theme
  5. */
  6. .highlight
  7. color: #fff
  8. background: #222
  9. .code
  10. .comment,
  11. .quote
  12. color: #777
  13. .variable,
  14. .template-variable,
  15. .tag,
  16. .regexp,
  17. .meta,
  18. .number,
  19. .built_in,
  20. .builtin-name,
  21. .literal,
  22. .params,
  23. .symbol,
  24. .bullet,
  25. .link,
  26. .deletion
  27. color: #ab875d
  28. .section,
  29. .title,
  30. .name,
  31. .selector-id,
  32. .selector-class,
  33. .type,
  34. .attribute
  35. color: #9b869b
  36. .string,
  37. .keyword,
  38. .selector-tag,
  39. .addition
  40. color: #8f9c6c
  41. .emphasis
  42. font-style: italic
  43. .strong
  44. font-weight: bold