index.css 318 B

1234567891011121314
  1. .monaco-editor .token.custom-info {
  2. color: grey !important;
  3. }
  4. .monaco-editor .token.custom-error {
  5. color: red !important;
  6. font-weight: bold !important;
  7. font-size: 1.2em !important;
  8. }
  9. .monaco-editor .token.custom-notice {
  10. color: orange !important;
  11. }
  12. .monaco-editor .token.custom-date {
  13. color: green !important;
  14. }