debug.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /*
  2. This CSS file should be overridden by the theme authors. It's
  3. meant for debugging and developing the skeleton that this theme provides.
  4. */
  5. body {
  6. font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
  7. "Apple Color Emoji", "Segoe UI Emoji";
  8. background: lavender;
  9. }
  10. .sb-announcement {
  11. background: rgb(131, 131, 131);
  12. }
  13. .sb-announcement__inner {
  14. background: black;
  15. color: white;
  16. }
  17. .sb-header {
  18. background: lightskyblue;
  19. }
  20. .sb-header__inner {
  21. background: royalblue;
  22. color: white;
  23. }
  24. .sb-header-secondary {
  25. background: lightcyan;
  26. }
  27. .sb-header-secondary__inner {
  28. background: cornflowerblue;
  29. color: white;
  30. }
  31. .sb-sidebar-primary {
  32. background: lightgreen;
  33. }
  34. .sb-main {
  35. background: blanchedalmond;
  36. }
  37. .sb-main__inner {
  38. background: antiquewhite;
  39. }
  40. .sb-header-article {
  41. background: lightsteelblue;
  42. }
  43. .sb-article-container {
  44. background: snow;
  45. }
  46. .sb-article-main {
  47. background: white;
  48. }
  49. .sb-footer-article {
  50. background: lightpink;
  51. }
  52. .sb-sidebar-secondary {
  53. background: lightgoldenrodyellow;
  54. }
  55. .sb-footer-content {
  56. background: plum;
  57. }
  58. .sb-footer-content__inner {
  59. background: palevioletred;
  60. }
  61. .sb-footer {
  62. background: pink;
  63. }
  64. .sb-footer__inner {
  65. background: salmon;
  66. }
  67. .sb-article {
  68. background: white;
  69. }