mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
15 lines
253 B
CSS
15 lines
253 B
CSS
.monaco-editor .token.custom-info {
|
|
color: grey;
|
|
}
|
|
.monaco-editor .token.custom-error {
|
|
color: red;
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
}
|
|
.monaco-editor .token.custom-notice {
|
|
color: orange;
|
|
}
|
|
|
|
.monaco-editor .token.custom-date {
|
|
color: green;
|
|
}
|