1
0

index.styl 456 B

1234567891011121314151617181920212223
  1. // placeholder for test, dont't remove it.
  2. //.content {
  3. // font-size 30px;
  4. //}
  5. pre.vue-container
  6. border-left-width: .5rem;
  7. border-left-style: solid;
  8. border-color: #42b983;
  9. border-radius: 0px;
  10. & > code
  11. font-size: 14px !important;
  12. & > p
  13. margin: -5px 0 -20px 0;
  14. code
  15. background-color: #42b983 !important;
  16. padding: 3px 5px;
  17. border-radius: 3px;
  18. color #000
  19. em
  20. color #808080
  21. font-weight light