mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
15 lines
No EOL
181 B
Text
15 lines
No EOL
181 B
Text
.errorMessage {
|
|
color: lightgoldenrodyellow;
|
|
}
|
|
|
|
.userErrorMessage, .errorCode {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.userErrorMessage {
|
|
color: white;
|
|
}
|
|
|
|
.errorCode {
|
|
font-style: italic;
|
|
} |