NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

editor-style.css 838B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body {
  2. font-family: Questrial, sans-serif;
  3. color: #0d0d0d;
  4. }
  5. a {
  6. color: $cia_grey;
  7. /* text-decoration: none, leave for now to show links underlined */
  8. }
  9. a &:hover {
  10. cursor: pointer;
  11. color: $cia_black;
  12. }
  13. /* common */
  14. /* h1, h2, h3, h4, h5, h6 {
  15. display: block;
  16. margin-left: 0;
  17. margin-right: 0;
  18. } */
  19. h1 {
  20. /* font-size: 2.45em; */
  21. /* margin-top: 0.6em;
  22. margin-bottom: 0.6em; */
  23. }
  24. h2 {
  25. font-size: 1.5em;
  26. /* margin-top: 0.8em;
  27. margin-bottom: 0.8em; */
  28. }
  29. h3{
  30. font-size: 1.17em;
  31. /* margin-top: 1em;
  32. margin-bottom: 1em; */
  33. }
  34. h4 {
  35. font-size: 1em;
  36. /* margin-top: 1.33em;
  37. margin-bottom: 1.33em; */
  38. }
  39. h5 {
  40. font-size: .8em;
  41. /* margin-top: 1.6em;
  42. margin-bottom: 1.6em; */
  43. }
  44. h6 {
  45. font-size: .67em;
  46. /* margin-top: 2em;
  47. margin-bottom: 2em; */
  48. }