editor-frame-web.css 650 B

1234567891011121314151617181920212223242526272829303132
  1. .single-file-highlight-yellow {
  2. background-color: #ffff7c !important;
  3. color: black !important;
  4. }
  5. .single-file-highlight-pink {
  6. background-color: #ffbbb6 !important;
  7. color: black !important;
  8. }
  9. .single-file-highlight-blue {
  10. background-color: #95d0ff !important;
  11. color: black !important;
  12. }
  13. .single-file-highlight-green {
  14. background-color: #93ef8d !important;
  15. color: black !important;
  16. }
  17. .single-file-highlight-hidden {
  18. background-color: inherit !important;
  19. color: inherit !important;
  20. }
  21. .single-file-mask.single-file-page-mask {
  22. opacity: .99 !important;
  23. }
  24. single-file-note {
  25. all: initial !important;
  26. }