index.styl 590 B

123456789101112131415161718192021222324252627282930
  1. // placeholder for test, dont't remove it.
  2. //.content {
  3. // font-size 30px;
  4. //}
  5. //div.theme-default-content:not(.custom) { max-width: 100%; }
  6. div.theme-default-content:not(.custom) { max-width: 1024px; }
  7. /*
  8. pre.vue-container
  9. border-left-width: .5rem;
  10. border-left-style: solid;
  11. border-color: #42b983;
  12. border-radius: 0px;
  13. & > code
  14. font-size: 14px !important;
  15. & > p
  16. margin: -5px 0 -20px 0;
  17. code
  18. background-color: #42b983 !important;
  19. padding: 3px 5px;
  20. border-radius: 3px;
  21. color #000
  22. em
  23. color #808080
  24. font-weight light
  25. */