build-highlight-source.html 294 B

1234567891011121314151617181920212223
  1. <style>
  2. .marker {
  3. background-color: #ffff66;
  4. }
  5. .marker-green {
  6. background-color: #66ff00;
  7. }
  8. .marker-pink {
  9. background-color: #ff6fff;
  10. }
  11. .pen-red {
  12. background-color: transparent;
  13. color: #ff2929;
  14. }
  15. .pen-blue {
  16. background-color: transparent;
  17. color: #0091ff;
  18. }
  19. </style>