build-highlight-source.html 344 B

123456789101112131415161718192021222324252627
  1. <style>
  2. .marker {
  3. background-color: #fdfd77;
  4. }
  5. .marker-green {
  6. background-color: #63f963;
  7. }
  8. .marker-pink {
  9. background-color: #fc7999;
  10. }
  11. .marker-blue {
  12. background-color: #72cdfd;
  13. }
  14. .pen-red {
  15. background-color: transparent;
  16. color: #e91313;
  17. }
  18. .pen-green {
  19. background-color: transparent;
  20. color: #118800;
  21. }
  22. </style>